Click or drag to resize
CacheTransactionManagerResume Method
On the current thread, resumes a transaction that was previously suspended using [!:suspend]

Since 3.6.2

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void Resume(
	TransactionId transactionId
)

Parameters

transactionId
Type: GemStone.GemFire.Cache.GenericTransactionId
the transaction to resume
Exceptions
ExceptionCondition
IllegalStateExceptionif the thread is associated with a transaction or if would return false for the given transactionId
See Also