Click or drag to resize
Akka.NETLocalPNCounterDictionaryTKey Properties

The LocalPNCounterDictionaryTKey generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns number of elements inside the underlying PNCounterDictionary.
Public propertyEntries
Returns collection of the elements inside the underlying PNCounterDictionary.
Public propertyIsEmpty
Determines if underlying PNCounterDictionary is empty.
Public propertyItem
Gets or sets provided key-value of the underlying PNCounterDictionary within scope of the current cluster node.
Public propertyKeys
Returns all keys stored within underlying PNCounterDictionary.
Public propertyValues
Returns all values stored in all buckets within underlying PNCounterDictionary.
Top
See Also