Sphinx QLCommandExecute Reader Async(Command Behavior) Method
Executes the command text against the connection.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A SphinxQLDataReader.
A task representing the asynchronous operation.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public Task<SphinxQLDataReader> ExecuteReaderAsync(
CommandBehavior behavior
)VB
Public Function ExecuteReaderAsync (
behavior As CommandBehavior
) As Task(Of SphinxQLDataReader)Parameters
- behavior CommandBehavior
- An instance of CommandBehavior.
Return Value
TaskSphinxQLDataReaderA SphinxQLDataReader.
A task representing the asynchronous operation.
Exceptions
| InvalidOperationException | There is no connection associated with this command or the connection is closed. |
| SphinxQLException |