Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving
transactional data-structures like the
Hazelcast.Core.ITransactionalMap<K, V>
.
Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax
The ITransactionContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginTransaction | Begins a transaction. | |
CommitTransaction | Commits a transaction. | |
GetListT | Returns the transactional list instance with the specified name. (Inherited from ITransactionalTaskContext.) | |
GetMapTKey, TValue | Returns the transactional distributed map instance with the specified name. (Inherited from ITransactionalTaskContext.) | |
GetMultiMapTKey, TValue | Returns the transactional multimap instance with the specified name. (Inherited from ITransactionalTaskContext.) | |
GetQueueT | Returns the transactional queue instance with the specified name. (Inherited from ITransactionalTaskContext.) | |
GetSetT | 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