Click or drag to resize

ITransactionalMapTKey, TValueReplace Method

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