CacheTransactionManagerSuspend Method |
Suspends the transaction on the current thread. All subsequent operations
performed by this thread will be non-transactional. The suspended
transaction can be resumed by calling
TransactionId
Since 3.6.2
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic TransactionId Suspend()
Public Function Suspend As TransactionId
public:
TransactionId^ Suspend()
member Suspend : unit -> TransactionId
Return Value
Type:
TransactionIdthe transaction identifier of the suspended transaction or null if
the thread was not associated with a transaction
See Also