 | SphinxQLCommandExecuteReaderAsync Method (CancellationToken) |
Executes the command text against the connection.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic Task<SphinxQLDataReader> ExecuteReaderAsync(
CancellationToken cancellationToken
)
Public Function ExecuteReaderAsync (
cancellationToken As CancellationToken
) As Task(Of SphinxQLDataReader)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.
Return Value
Type:
TaskSphinxQLDataReader
A
SphinxQLDataReader.
A task representing the asynchronous operation.
Exceptions
See Also