Class ContinuousQueryClientDisconnectedEventArgs
Provides data for the Disconnected event.
Inheritance
System.Object
    ContinuousQueryClientDisconnectedEventArgs
  Namespace: Apache.Ignite.Core.Client.Cache.Query.Continuous
Assembly: Apache.Ignite.Core.dll
Syntax
public class ContinuousQueryClientDisconnectedEventArgs : EventArgsConstructors
ContinuousQueryClientDisconnectedEventArgs(Exception)
Initializes a new instance of ContinuousQueryClientDisconnectedEventArgs class.
Declaration
public ContinuousQueryClientDisconnectedEventArgs(Exception exception)Parameters
| Type | Name | Description | 
|---|---|---|
| Exception | exception | Exception that caused the disconnect. | 
Properties
Exception
Gets the exception that caused the disconnect.
Declaration
public Exception Exception { get; }Property Value
| Type | Description | 
|---|---|
| Exception |