| ORMultiDictionaryTKey, TValueRemove Method (Cluster, 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.129 (1.2.3.129)
Syntax public ORMultiDictionary<TKey, TValue> Remove(
Cluster node,
TKey key
)
member Remove :
node : Cluster *
key : 'TKey -> ORMultiDictionary<'TKey, 'TValue>
Parameters
- node
- Type: Akka.ClusterCluster
[Missing <param name="node"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.Remove(Akka.Cluster.Cluster,`0)"]
- key
- Type: TKey
[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.Remove(Akka.Cluster.Cluster,`0)"]
Return Value
Type:
ORMultiDictionaryTKey,
TValue[Missing <returns> documentation for "M:Akka.DistributedData.ORMultiDictionary`2.Remove(Akka.Cluster.Cluster,`0)"]
See Also