Overload List
Name | Description | |
---|---|---|
Replace(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.
| |
Replace(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.
|
See Also