Click or drag to resize
Akka.NETLocalORSetT Constructor
TBD

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalORSet(
	Cluster cluster,
	ORSet<T> crdt
)

Parameters

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