 | SphinxQLDataReaderReadAsync(CancellationToken) Method |
Asynchronously advances the reader to the next record in a result set.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override Task<bool> ReadAsync(
CancellationToken cancellationToken
)
Public Overrides Function ReadAsync (
cancellationToken As CancellationToken
) As Task(Of Boolean)
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