Provides a context to access transactional data-structures like the
Hazelcast.Core.ITransactionalMap<K, V>
.
Namespace: Hazelcast.Transaction
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.9
Syntax
The ITransactionalTaskContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetListE | Returns the transactional list instance with the specified name. |
![]() | GetMapK, V | Returns the transactional distributed map instance with the specified name. |
![]() | GetMultiMapK, V | Returns the transactional multimap instance with the specified name. |
![]() | GetQueueE | Returns the transactional queue instance with the specified name. |
![]() | GetSetE | Returns the transactional set instance with the specified name. |
![]() | GetTransactionalObjectT |
See Also