Sphinx QLData ReaderRead Async(Cancellation Token) 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
true if there are more rows; otherwise false.
A task representing the asynchronous operation.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override Task<bool> ReadAsync(
CancellationToken cancellationToken
)VB
Public Overrides Function ReadAsync (
cancellationToken As CancellationToken
) As Task(Of Boolean)Parameters
- cancellationToken CancellationToken
- The token to monitor for cancellation requests.
Return Value
TaskBooleantrue if there are more rows; otherwise false.
A task representing the asynchronous operation.