Search Results for

    Show / Hide Table of Contents

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

    Constructors

    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
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation