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