Click or drag to resize
Akka.NETLocalPNCounterDictionaryTKeyValues Property
Returns all values stored in all buckets within underlying PNCounterDictionary.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IEnumerable<BigInteger> Values { get; }

Property Value

Type: IEnumerableBigInteger
See Also