Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueReplaceItem Method
Overload List
  NameDescription
Public methodReplaceItem(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.
Public methodReplaceItem(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.
Top
See Also