| LocalORDictionaryTKey, 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
)
member AddOrUpdate :
key : 'TKey *
value : 'TVal *
modify : Func<'TVal, 'TVal> -> LocalORDictionary<'TKey, 'TVal>
Parameters
- key
- Type: TKey
TBD - value
- Type: TVal
TBD - modify
- Type: SystemFuncTVal, TVal
TBD
Return Value
Type:
LocalORDictionaryTKey,
TValTBD
See Also