| ITransactionContextRollbackTransaction Method |
Rollback of the current transaction.
Namespace:
Hazelcast.Transaction
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax void RollbackTransaction()
void RollbackTransaction()
abstract RollbackTransaction : unit -> unit
Exceptions Exception | Condition |
---|
InvalidOperationException | if no there is no active transaction. |
Remarks Rollback of the current transaction.
See Also