Click or drag to resize
Akka.NETORDictionaryTKey, TValueAddOrUpdate Method
Overload List
  NameDescription
Public methodAddOrUpdate(Cluster, TKey, TValue, FuncTValue, TValue)
Replace a value by applying the modify function on the existing value. If there is no current value for the key the initial value will be passed to the modify function.
Public methodAddOrUpdate(UniqueAddress, TKey, TValue, FuncTValue, TValue)
Replace a value by applying the modify function on the existing value. If there is no current value for the key the initial value will be passed to the modify function.
Top
See Also