Click or drag to resize
Akka.NETLWWDictionaryTKey, TValueSetItem Method
Overload List
  NameDescription
Public methodSetItem(Cluster, TKey, TValue, ClockTValue)
Adds an entry to the map. You can provide your clock implementation instead of using timestamps based on DateTime.UtcNow.Ticks time. The timestamp can for example be an increasing version number from a database record that is used for optimistic concurrency control.
Public methodSetItem(UniqueAddress, TKey, TValue, ClockTValue)
Adds an entry to the map. You can provide your clock implementation instead of using timestamps based on DateTime.UtcNow.Ticks time. The timestamp can for example be an increasing version number from a database record that is used for optimistic concurrency control.
Top
See Also