ITransactionContextRollbackTransaction Method Hazelcast .Net Client Class Library
Rollback of the current transaction.

Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

void RollbackTransaction()
Exceptions

ExceptionCondition
InvalidOperationExceptionif no there is no active transaction.
Remarks

Rollback of the current transaction.
See Also

Reference