 | GCounter Constructor (IImmutableDictionary`2<UniqueAddress, BigInteger>) |
TBD
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic GCounter(
IImmutableDictionary<UniqueAddress, BigInteger> state
)
new :
state : IImmutableDictionary<UniqueAddress, BigInteger> -> GCounter
Parameters
- state
- Type: IImmutableDictionary<UniqueAddress, BigInteger>
TBD
See Also