Click or drag to resize
Akka.NETPNCounterDictionaryTKeyDecrement Method (UniqueAddress, TKey, Int64)
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PNCounterDictionary<TKey> Decrement(
	UniqueAddress node,
	TKey key,
	long delta = 1
)

Parameters

node
Type: Akka.ClusterUniqueAddress

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

key
Type: TKey

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

delta (Optional)
Type: SystemInt64

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

Return Value

Type: PNCounterDictionaryTKey

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

See Also