Click or drag to resize
Akka.NETLocalORDictionaryTKey, TVal Constructor
TBD

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

Parameters

cluster
Type: Akka.ClusterCluster
TBD
crdt
Type: Akka.DistributedDataORDictionaryTKey, TVal
TBD
See Also