| ORDictionaryTKey, TValueRemove Method (UniqueAddress, TKey) |
Removes an entry from the map.
Note that if there is a conflicting update on another node the entry will
not be removed after merge.
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ORDictionary<TKey, TValue> Remove(
UniqueAddress node,
TKey key
)
member Remove :
node : UniqueAddress *
key : 'TKey -> ORDictionary<'TKey, 'TValue>
Parameters
- node
- Type: Akka.ClusterUniqueAddress
[Missing <param name="node"/> documentation for "M:Akka.DistributedData.ORDictionary`2.Remove(Akka.Cluster.UniqueAddress,`0)"]
- key
- Type: TKey
[Missing <param name="key"/> documentation for "M:Akka.DistributedData.ORDictionary`2.Remove(Akka.Cluster.UniqueAddress,`0)"]
Return Value
Type:
ORDictionaryTKey,
TValue[Missing <returns> documentation for "M:Akka.DistributedData.ORDictionary`2.Remove(Akka.Cluster.UniqueAddress,`0)"]
See Also