Click or drag to resize
CacheTransactionManagerExists Method (TransactionId)
Reports the existence of a transaction for the given transactionId. This method can be used to determine if a transaction with the given transaction identifier is currently in progress locally.

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 bool Exists(
	TransactionId transactionId
)

Parameters

transactionId
Type: GemStone.GemFire.Cache.GenericTransactionId
the given transaction identifier

Return Value

Type: Boolean
true if the transaction is in progress, false otherwise.
See Also