Click or drag to resize
CacheTransactionManagerTransactionId Property
Returns the transaction identifier for the current thread

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 TransactionId { get; }

Return Value

Type: TransactionId
the transaction identifier or null if no transaction exists
See Also