Interface IClientConnection
Represents Ignite client connection.
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public interface IClientConnection
Properties
LocalEndPoint
Gets the local EndPoint.
Declaration
EndPoint LocalEndPoint { get; }
Property Value
Type | Description |
---|---|
EndPoint |
NodeId
Gets the server node id.
Declaration
Guid NodeId { get; }
Property Value
Type | Description |
---|---|
Guid |
RemoteEndPoint
Gets the remote EndPoint.
Declaration
EndPoint RemoteEndPoint { get; }
Property Value
Type | Description |
---|---|
EndPoint |