 | SphinxQLCommandExecuteNonQueryAsync(CancellationToken) Method |
Executes a SphinxQL statement against a connection object.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override Task<int> ExecuteNonQueryAsync(
CancellationToken cancellationToken
)
Public Overrides Function ExecuteNonQueryAsync (
cancellationToken As CancellationToken
) As Task(Of Integer)
Parameters
- cancellationToken CancellationToken
- The token to monitor for cancellation requests.
Return Value
TaskInt32
The number of rows affected by the statement.
A task representing the asynchronous operation.
Exceptions
See Also