Click or drag to resize
Akka.NETLocalLWWDictionaryTKey, TVal Properties

The LocalLWWDictionaryTKey, TVal generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns number of elements inside the current set.
Public propertyEntries
Returns collection of the elements inside the current set.
Public propertyIsEmpty
Determines if underlying LWWDictionary is empty.
Public propertyItem
Gets or sets provided key-value of the underlying ORDictionary within scope of the current cluster node.
Top
See Also