Click or drag to resize

SphinxQLCommandExecuteReaderAsync(CommandBehavior) Method

Executes the command text against the connection.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public Task<SphinxQLDataReader> ExecuteReaderAsync(
	CommandBehavior behavior
)

Parameters

behavior  CommandBehavior
An instance of CommandBehavior.

Return Value

TaskSphinxQLDataReader
A SphinxQLDataReader.
A task representing the asynchronous operation.
Exceptions
ExceptionCondition
InvalidOperationException There is no connection associated with this command or the connection is closed.
SphinxQLException
See Also