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