Syntax
| C# |
|---|
public sealed class MemberId |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class MemberId |
| Visual C++ |
|---|
public ref class MemberId sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| HostInetAddress |
Returns the member's IP address.
| |
| IdAsInt |
Returns the member's ID.
| |
| IdData |
Returns any extra member ID data that qualifies this member as unique.
| |
| IP |
Returns the member's IP address.
| |
| MembershipKey |
Returns the fully-qualified memberId.
| |
| MembershipKey2 |
Returns the membership information in the format "IP:[ip-address] PID:[pid]"
| |
| MemberType |
Returns the member type, Peer, Server, Admin,
or Client.
| |
| ProcessId |
Returns the member's process ID.
|
See Also
GemStone.GemFire.Cache Namespace