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 members.
Public Constructors
| Name | Description | |
|---|---|---|
| MemberIdMemberIdNew |
Constructor, given a member's IP address and process ID.
|
Public Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Returns the comparison value of this member's ID to the given member ID.
| |
| Equal |
True if this member's ID matches the given IP address and process ID.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
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