Click or drag to resize

IFulltextQueryTDocumentToListAsync Method

Asynchronously execute this query and return the list of results.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
Task<IList<TDocument>> ToListAsync()

Return Value

Type: TaskIListTDocument
The results of the query.
A task representing the asynchronous operation.
Exceptions
ExceptionCondition
FulltextExceptionOccurs when there is an error during the execution of the query.
See Also