| ORDictionaryTKey, TValueAddOrUpdate Method |
| Name | Description | |
|---|---|---|
| AddOrUpdate(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.
| |
| AddOrUpdate(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.
|