Click or drag to resize

ITransactionContextRollbackTransaction Method

Rollback of the current transaction.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void RollbackTransaction()
Exceptions
ExceptionCondition
InvalidOperationExceptionif no there is no active transaction.
Remarks
Rollback of the current transaction.
See Also