Click or drag to resize
CacheTransactionManagerSuspend Method
Suspends the transaction on the current thread. All subsequent operations performed by this thread will be non-transactional. The suspended transaction can be resumed by calling TransactionId

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 TransactionId Suspend()

Return Value

Type: TransactionId
the transaction identifier of the suspended transaction or null if the thread was not associated with a transaction
See Also