Click or drag to resize
CacheTransactionManagerCommit Method
Commit the transaction associated with the current thread. If the commit operation fails due to a conflict it will destroy the transaction state and throw a CommitConflictException. If the commit operation succeeds,it returns after the transaction state has been merged with committed state. When this method completes, the thread is no longer associated with a transaction.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void Commit()
Exceptions
ExceptionCondition
IllegalStateException if the thread is not associated with a transaction
CommitConflictException if the commit operation fails due to a write conflict.
See Also