| LocalPNCounterDictionaryTKeyValues 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.129 (1.2.3.129)
Syntax public IEnumerable<BigInteger> Values { get; }
member Values : IEnumerable<BigInteger> with get
Property Value
Type:
IEnumerableBigIntegerSee Also