Click or drag to resize
Akka.NETLocalORDictionaryTKey, TValAddOrUpdate Method
Adds or updated a value in entry with given key using modify function if other value existed there previously, within a context of the current cluster node.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalORDictionary<TKey, TVal> AddOrUpdate(
	TKey key,
	TVal value,
	Func<TVal, TVal> modify
)

Parameters

key
Type: TKey
TBD
value
Type: TVal
TBD
modify
Type: SystemFuncTVal, TVal
TBD

Return Value

Type: LocalORDictionaryTKey, TVal
TBD
See Also