Click or drag to resize
Akka.NETLocalORMultiDictionaryTKey, TVal Properties

The LocalORMultiDictionaryTKey, TVal generic type exposes the following members.

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