Click or drag to resize
Akka.NETLocalORDictionary<TKey, TVal>.AddOrUpdate 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: System.Func<TVal, TVal>
TBD

Return Value

Type: LocalORDictionary<TKey, TVal>
TBD
See Also