The ITransactionContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BeginTransaction | Begins a transaction. |
![]() | CommitTransaction | Commits a transaction. |
![]() | GetListE | Returns the transactional list instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetMapK, V | Returns the transactional distributed map instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetMultiMapK, V | Returns the transactional multimap instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetQueueE | Returns the transactional queue instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetSetE | Returns the transactional set instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetTransactionalObjectT | (Inherited from ITransactionalTaskContext.) |
![]() | GetTxnId | Gets the id that uniquely identifies the transaction. |
![]() | RollbackTransaction | Rollback of the current transaction. |
See Also