Show / Hide Table of Contents

    Class ContinuousQueryClientDisconnectedEventArgs

    Provides data for the Disconnected event.

    Inheritance
    System.Object
    System.EventArgs
    ContinuousQueryClientDisconnectedEventArgs
    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.Client.Cache.Query.Continuous
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class ContinuousQueryClientDisconnectedEventArgs : EventArgs

    Constructors

    ContinuousQueryClientDisconnectedEventArgs(Exception)

    Initializes a new instance of ContinuousQueryClientDisconnectedEventArgs class.

    Declaration
    public ContinuousQueryClientDisconnectedEventArgs(Exception exception)
    Parameters
    Type Name Description
    System.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
    System.Exception
    Back to top © 2015 - 2019 The Apache Software Foundation