Click or drag to resize
CacheTransactionManagerExists Method
Reports the existence of a Transaction for this thread

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public bool Exists()

Return Value

Type: Boolean
true if a transaction exists, false otherwise
See Also