Sphinx QLCommandExecute Reader Async 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()VB
Public Function ExecuteReaderAsync As Task(Of SphinxQLDataReader)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 |