Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation