ITransactionContext MethodsHazelcast .Net Client Class Library

The ITransactionContext type exposes the following members.

Methods

  NameDescription
Public methodBeginTransaction
Begins a transaction.
Public methodCommitTransaction
Commits a transaction.
Public methodGetListE
Returns the transactional list instance with the specified name.
(Inherited from ITransactionalTaskContext.)
Public methodGetMapK, V
Returns the transactional distributed map instance with the specified name.
(Inherited from ITransactionalTaskContext.)
Public methodGetMultiMapK, V
Returns the transactional multimap instance with the specified name.
(Inherited from ITransactionalTaskContext.)
Public methodGetQueueE
Returns the transactional queue instance with the specified name.
(Inherited from ITransactionalTaskContext.)
Public methodGetSetE
Returns the transactional set instance with the specified name.
(Inherited from ITransactionalTaskContext.)
Public methodGetTransactionalObjectT (Inherited from ITransactionalTaskContext.)
Public methodGetTxnId
Gets the id that uniquely identifies the transaction.
Public methodRollbackTransaction
Rollback of the current transaction.
Top
See Also

Reference