Click or drag to resize
Akka.NETPNCounterDictionaryTKeyRemove 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.42 (1.2.3.42)
Syntax
public PNCounterDictionary<TKey> Remove(
	UniqueAddress node,
	TKey key
)

Parameters

node
Type: Akka.ClusterUniqueAddress

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

key
Type: TKey

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

Return Value

Type: PNCounterDictionaryTKey

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

See Also