Click or drag to resize
CacheTransactionManagerPrepare Method
Prepare the first message of two-phase-commit transaction associated with the current thread.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void Prepare()
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