ITransactionalMapTKey, TValuePut Method Hazelcast .Net Client Class Library
Overload List

  NameDescription
Public methodPut(TKey, TValue)
Transactional implementation of Put(TKey, TValue) .

The object to be put will be accessible only in the current transaction context till transaction is committed.

Public methodPut(TKey, TValue, Int64, TimeUnit)
Transactional implementation of Put(TKey, TValue, Int64, TimeUnit) .

The object to be put will be accessible only in the current transaction context till transaction is committed.

Top
See Also

Reference