Click or drag to resize
CacheTransactionManagerRollback Method
Roll back the transaction associated with the current thread. When this method completes, the thread is no longer associated with a transaction and the transaction context is destroyed.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void Rollback()
Exceptions
ExceptionCondition
IllegalStateException if the thread is not associated with a transaction
See Also