Click or drag to resize
Akka.NETLocalORMultiDictionary<TKey, TVal>.ReplaceItem Method
Replaces provided oldValue with newValue inside a bucket under provided key within the context of the current cluster.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public LocalORMultiDictionary<TKey, TVal> ReplaceItem(
	TKey key,
	TVal oldValue,
	TVal newValue
)

Parameters

key
Type: TKey
TBD
oldValue
Type: TVal
TBD
newValue
Type: TVal
TBD

Return Value

Type: LocalORMultiDictionary<TKey, TVal>
TBD
See Also