Click or drag to resize

ITransactionalMapTKey, TValueReplace Method (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.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
TValue Replace(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
value
Type: TValue

Return Value

Type: TValue
See Also