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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool Exists(
TransactionId transactionId
)
Public Function Exists (
transactionId As TransactionId
) As Boolean
public:
bool Exists(
TransactionId^ transactionId
)
member Exists :
transactionId : TransactionId -> bool
Parameters
- transactionId
- Type: GemStone.GemFire.Cache.GenericTransactionId
the given transaction identifier
Return Value
Type:
Booleantrue if the transaction is in progress, false otherwise.
See Also