Apache Ignite.NET
Apache.Ignite.Core.Lifecycle.ClientReconnectEventArgs Class Reference

Contains client reconnect event data. More...

Inheritance diagram for Apache.Ignite.Core.Lifecycle.ClientReconnectEventArgs:

Public Member Functions

 ClientReconnectEventArgs (bool hasClusterRestarted)
 Initializes a new instance of the ClientReconnectEventArgs class. More...
 

Properties

bool HasClusterRestarted [get]
 Gets a value indicating whether this cluster has been restarted during reconnect. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Lifecycle.ClientReconnectEventArgs.ClientReconnectEventArgs ( bool  hasClusterRestarted)
Parameters
hasClusterRestartedCluster restarted flag.

Property Documentation

bool Apache.Ignite.Core.Lifecycle.ClientReconnectEventArgs.HasClusterRestarted
get