Class ClientReconnectEventArgs
Contains client reconnect event data.
Inherited Members
Namespace: Apache.Ignite.Core.Lifecycle
Assembly: Apache.Ignite.Core.dll
Syntax
public class ClientReconnectEventArgs : EventArgs
Constructors
ClientReconnectEventArgs(bool)
Initializes a new instance of the ClientReconnectEventArgs class.
Declaration
public ClientReconnectEventArgs(bool hasClusterRestarted)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | 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 |
|---|---|
| bool |