IEndpoint InterfaceHazelcast .Net Client Class Library
Endpoint represents a peer in the cluster.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public interface IEndpoint

The IEndpoint type exposes the following members.

Methods

  NameDescription
Public methodGetSocketAddress
Returns socket address of this endpoint
Public methodGetUuid
Returns unique uuid for this endpoint
Top
Remarks

Endpoint represents a peer in the cluster. It can be either a member or a client.
See Also

Reference