Search Results for

    Show / Hide Table of Contents

    Interface IContinuousQueryHandle<T>

    Represents a continuous query handle.

    Namespace: Apache.Ignite.Core.Cache.Query.Continuous
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IContinuousQueryHandle<T> : IContinuousQueryHandle, IDisposable
    Type Parameters
    Name Description
    T

    Type of the initial query cursor.

    Methods

    GetInitialQueryCursor()

    Gets the cursor for initial query. Can be called only once, throws exception on consequent calls.

    Declaration
    IQueryCursor<T> GetInitialQueryCursor()
    Returns
    Type Description
    IQueryCursor<T>

    Initial query cursor.

    In This Article
    • Methods
      • GetInitialQueryCursor()
    Back to top © 2015 - 2019 The Apache Software Foundation