AsyncClient.Abort Method

Overload List

Abort(Txn) Abort and rollback the given transaction.

Requires server version 8.0+

Abort(AbortListener, Txn) Asynchronously abort and rollback the given transaction.

Schedules the abort command with a channel selector and return. Another thread will process the command and send the results to the listener.

Requires server version 8.0+

Abort(Txn, CancellationToken) Asynchronously attempt to abort and rollback the given transaction. Create listener, call asynchronous commit and return task monitor.

See Also