Click or drag to resize
Akka.NETLocalLWWDictionaryTKey, 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 LocalLWWDictionary(
	Cluster cluster,
	LWWDictionary<TKey, TVal> crdt
)

Parameters

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