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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxmember Commit : unit -> unit
Exceptions
See Also