Click or drag to resize
Akka.NETLocalORSetTAdd Method
Adds an element to the underlying ORSet in scope of a current cluster node.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalORSet<T> Add(
	T element
)

Parameters

element
Type: T
TBD

Return Value

Type: LocalORSetT
TBD
See Also