Cluster member interface.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax
The IMember type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsLiteMember | 
Methods
| Name | Description | |
|---|---|---|
| GetAddress | ||
| GetAttribute | ||
| GetAttributes | 
            Returns configured attributes for this member. This method might not be available on all native clients.  | |
| GetSocketAddress | Returns socket address of this endpoint  (Inherited from IEndpoint.) | |
| GetUuid | Returns unique uuid for this endpoint  (Inherited from IEndpoint.) | 
Remarks
See Also