IFulltextQueryTDocumentToAsyncEnumerable Method

Execute this query and return an async enumerable for the results.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IAsyncEnumerable<TDocument> ToAsyncEnumerable()

Return Value

IAsyncEnumerableTDocument
An async enumerable to access the results.

Exceptions

FulltextExceptionOccurs when there is an error during the execution of the query.
OperationCanceledExceptionOccurs when cancellation has been requested.

See Also