Click or drag to resize
Akka.NETLocalPNCounterDictionaryTKey Constructor
TBD

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalPNCounterDictionary(
	Cluster cluster,
	PNCounterDictionary<TKey> crdt
)

Parameters

cluster
Type: Akka.ClusterCluster
TBD
crdt
Type: Akka.DistributedDataPNCounterDictionaryTKey
TBD
See Also