Click or drag to resize
CacheTransactionManagerBegin Method
Creates a new transaction and associates it 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 Begin()
Exceptions
ExceptionCondition
IllegalStateException Throws exception if the thread is already associated with a transaction
See Also