Sphinx QLTransactionRollback Async Method
Asyncronously rolls back a transaction from a pending state.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A task representing the asynchronous operation.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public Task RollbackAsync()VB
Public Function RollbackAsync As TaskReturn Value
TaskA task representing the asynchronous operation.
Exceptions
| ObjectDisposedException | |
| InvalidOperationException | Transaction has already been committed or rolled back. |
| SphinxQLException |