Click or drag to resize
CacheTransactionManagerIsSuspended Method
This method can be used to determine if a transaction with the given transaction identifier is currently suspended locally. This method does not check other members for transaction status.

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

Parameters

transactionId
Type: GemStone.GemFire.Cache.GenericTransactionId

Return Value

Type: Boolean
true if the transaction is in suspended state, false otherwise
See Also