Method RollbackAsync
RollbackAsync()
Asynchronously roll back this transaction.
Task RollbackAsync()
Returns
- Task
A task of transaction rollback.
Exceptions
- TransactionClosedException
Thrown when the transaction has previously been closed.
Asynchronously roll back this transaction.
Task RollbackAsync()
A task of transaction rollback.
Thrown when the transaction has previously been closed.