SphinxQLCommandExecuteNonQueryAsync Method

Overload List

ExecuteNonQueryAsyncAn asynchronous version of ExecuteNonQuery, which executes the command against its connection object, returning the number of rows affected. Invokes ExecuteNonQueryAsync(CancellationToken) with CancellationToken.None.
ExecuteNonQueryAsync(CancellationToken) Executes a SphinxQL statement against a connection object.

See Also