Click or drag to resize

SphinxQLDataReaderReadAsync Method (CancellationToken)

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

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.

Return Value

Type: TaskBoolean
true if there are more rows; otherwise false.
A task representing the asynchronous operation.
Exceptions
ExceptionCondition
SphinxQLException
See Also