Click or drag to resize

IEndpoint Interface

Endpoint represents a peer in the cluster.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
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