Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueRemoveItem Method (Cluster, TKey, TValue)
Remove an element of a set associated with a key. If there are no more elements in the set then the entire set will be removed.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ORMultiDictionary<TKey, TValue> RemoveItem(
	Cluster node,
	TKey key,
	TValue element
)

Parameters

node
Type: Akka.ClusterCluster

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

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.RemoveItem(Akka.Cluster.Cluster,`0,`1)"]

element
Type: TValue

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

Return Value

Type: ORMultiDictionaryTKey, TValue

[Missing <returns> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.RemoveItem(Akka.Cluster.Cluster,`0,`1)"]

See Also