ITransactionalTaskContext InterfaceHazelcast .Net Client Class Library
Provides a context to access transactional data-structures like the Hazelcast.Core.ITransactionalMap<K, V> .

Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

public interface ITransactionalTaskContext

The ITransactionalTaskContext type exposes the following members.

Methods

  NameDescription
Public methodGetListT
Returns the transactional list instance with the specified name.
Public methodGetMapTKey, TValue
Returns the transactional distributed map instance with the specified name.
Public methodGetMultiMapTKey, TValue
Returns the transactional multimap instance with the specified name.
Public methodGetQueueT
Returns the transactional queue instance with the specified name.
Public methodGetSetT
Returns the transactional set instance with the specified name.
Public methodGetTransactionalObjectT
Top
See Also

Reference