Search Results for

    Show / Hide Table of Contents

    Class ClientReconnectEventArgs

    Contains client reconnect event data.

    Inheritance
    System.Object
    ClientReconnectEventArgs
    Namespace: Apache.Ignite.Core.Lifecycle
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class ClientReconnectEventArgs : EventArgs

    Constructors

    ClientReconnectEventArgs(Boolean)

    Initializes a new instance of the ClientReconnectEventArgs class.

    Declaration
    public ClientReconnectEventArgs(bool hasClusterRestarted)
    Parameters
    Type Name Description
    System.Boolean hasClusterRestarted

    Cluster restarted flag.

    Properties

    HasClusterRestarted

    Gets a value indicating whether this cluster has been restarted during reconnect.

    Declaration
    public bool HasClusterRestarted { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation