Show / Hide Table of Contents

    Class ClientReconnectEventArgs

    Contains client reconnect event data.

    Inheritance
    System.Object
    System.EventArgs
    ClientReconnectEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    Back to top © 2015 - 2019 The Apache Software Foundation