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