IFulltextSessionQueryFutureAsync Method

Overload List

QueryFutureAsyncTDocument, TResult(IPreparedQueryTDocument, TResult) Get an asynchronously, lazily initialized list of results for the provided prepated query instance. Accessing the results will trigger the execution of all pending future results as a batch of asynchronous queries in a single roundtrip to searchd.
QueryFutureAsyncTDocument, TResult(IPreparedQueryTDocument, TResult, CancellationToken) Get an asynchronously, lazily initialized list of results for the provided prepated query instance. Accessing the results will trigger the execution of all pending future results as a batch of asynchronous queries in a single roundtrip to searchd.

See Also