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