Click or drag to resize

IFulltextSessionQueryFutureAsync Method

Overload List
 NameDescription
Public methodQueryFutureAsyncTDocument, 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.
Public methodQueryFutureAsyncTDocument, 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.
Top
See Also