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 : EventArgsConstructors
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 |