Search Results for

    Show / Hide Table of Contents

    Class ContinuousQueryClientDisconnectedEventArgs

    Provides data for the Disconnected event.

    Inheritance
    object
    EventArgs
    ContinuousQueryClientDisconnectedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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