Click or drag to resize
Akka.NETORSetTRemove Method (UniqueAddress, T)
Removes an element from the set.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ORSet<T> Remove(
	UniqueAddress node,
	T element
)

Parameters

node
Type: Akka.ClusterUniqueAddress

[Missing <param name="node"/> documentation for "M:Akka.DistributedData.ORSet`1.Remove(Akka.Cluster.UniqueAddress,`0)"]

element
Type: T

[Missing <param name="element"/> documentation for "M:Akka.DistributedData.ORSet`1.Remove(Akka.Cluster.UniqueAddress,`0)"]

Return Value

Type: ORSetT

[Missing <returns> documentation for "M:Akka.DistributedData.ORSet`1.Remove(Akka.Cluster.UniqueAddress,`0)"]

See Also