Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueRemove Method (UniqueAddress, TKey)
Removes all values inside current dictionary stored under provided key in the context of the provided cluster node.

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

Parameters

node
Type: Akka.ClusterUniqueAddress

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

key
Type: TKey

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

Return Value

Type: ORMultiDictionaryTKey, TValue

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

See Also