SphinxQLDataReaderReadAsync(CancellationToken) Method

Asynchronously advances the reader to the next record in a result set.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override Task<bool> ReadAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken
The token to monitor for cancellation requests.

Return Value

TaskBoolean
true if there are more rows; otherwise false.
A task representing the asynchronous operation.

Exceptions

See Also