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, IDisposableType 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. |