Click or drag to resize
Akka.NETLocalORMultiDictionaryTKey, TValReplaceItem 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.42 (1.2.3.42)
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: LocalORMultiDictionaryTKey, TVal
TBD
See Also