Click or drag to resize
Akka.NETLocalORDictionary<TKey, TVal> Constructor
TBD

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

Parameters

cluster
Type: Akka.Cluster.Cluster
TBD
crdt
Type: Akka.DistributedData.ORDictionary<TKey, TVal>
TBD
See Also