ORMultiDictionaryTKey, TValueReplaceItem Method |
Name | Description | |
---|---|---|
ReplaceItem(Cluster, TKey, TValue, TValue) |
Replace an element of a set associated with a key with a new one if it is different. This is useful when an element is removed
and another one is added within the same Update. The order of addition and removal is important in order
to retain history for replicated data.
| |
ReplaceItem(UniqueAddress, TKey, TValue, TValue) |
Replace an element of a set associated with a key with a new one if it is different. This is useful when an element is removed
and another one is added within the same Update. The order of addition and removal is important in order
to retain history for replicated data.
|