Show / Hide Table of Contents

    Interface IContinuousQueryHandleClient

    Represents a continuous query handle. Call System.IDisposable.Dispose() to stop the continuous query.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Apache.Ignite.Core.Client.Cache.Query.Continuous
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IContinuousQueryHandleClient : IDisposable

    Events

    Disconnected

    Occurs when continuous query gets disconnected. Disconnect can be caused by a server node failure or a network failure.

    Declaration
    event EventHandler<ContinuousQueryClientDisconnectedEventArgs> Disconnected
    Event Type
    Type Description
    System.EventHandler<ContinuousQueryClientDisconnectedEventArgs>
    Back to top © 2015 - 2019 The Apache Software Foundation