![]() | ITransactionContext Interface |
Namespace: Hazelcast.Transaction
The ITransactionContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginTransaction | Begins a transaction. |
![]() | CommitTransaction | Commits a transaction. |
![]() | GetList<T> | Returns the transactional list instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetMap<TKey, TValue> | Returns the transactional distributed map instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetMultiMap<TKey, TValue> | Returns the transactional multimap instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetQueue<T> | Returns the transactional queue instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetSet<T> | Returns the transactional set instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetTransactionalObject<T> | (Inherited from ITransactionalTaskContext.) |
![]() | GetTxnId | Gets the id that uniquely identifies the transaction. |
![]() | RollbackTransaction | Rollback of the current transaction. |