Click or drag to resize

SphinxQLTransactionRollbackAsync(CancellationToken) Method

Asyncronously rolls back a transaction from a pending state.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public Task RollbackAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken
The token to monitor for cancellation requests.

Return Value

Task
A task representing the asynchronous operation.
Exceptions
ExceptionCondition
ObjectDisposedException
InvalidOperationException Transaction has already been committed or rolled back.
SphinxQLException
See Also