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

  NameDescription
Public methodReplace(TKey, TValue)
Transactional implementation of Replace(TKey, TValue) .

The object to be replaced will be accessible only in the current transaction context until the transaction is committed.

Public methodReplace(TKey, TValue, TValue)
Transactional implementation of Replace(TKey, TValue, TValue) .

The object to be replaced will be accessible only in the current transaction context until the transaction is committed.

Top
See Also

Reference