CacheTransactionManagerResume Method |
On the current thread, resumes a transaction that was previously suspended
using
[!:suspend]
Since 3.6.2
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Resume(
TransactionId transactionId
)
Public Sub Resume (
transactionId As TransactionId
)
public:
void Resume(
TransactionId^ transactionId
)
member Resume :
transactionId : TransactionId -> unit
Parameters
- transactionId
- Type: GemStone.GemFire.Cache.GenericTransactionId
the transaction to resume
ExceptionsException | Condition |
---|
IllegalStateException | if the thread is associated with a transaction or if
would return false for the given transactionId |
See Also