|  | LWWDictionaryTKey, TValueSetItem Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | SetItem(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.
             | 
|  | SetItem(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.
             | 
 See Also
See Also