Click or drag to resize

IMember Interface

Cluster member interface.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public interface IMember : IEndpoint

The IMember type exposes the following members.

Properties
  NameDescription
Public propertyIsLiteMember
Top
Methods
  NameDescription
Public methodGetAddress
Public methodGetAttribute
Public methodGetAttributes
Returns configured attributes for this member.
This method might not be available on all native clients.
Public methodGetSocketAddress
Returns socket address of this endpoint
(Inherited from IEndpoint.)
Public methodGetUuid
Returns unique uuid for this endpoint
(Inherited from IEndpoint.)
Top
Remarks
Cluster member interface. The default implementation violates the Serialization contract. It should be serialized/deserialized by Hazelcast.
See Also