Click or drag to resize
Akka.NETLocalPNCounterDictionaryTKeyDecrement Method
Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.

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

Parameters

key
Type: TKey
TBD
delta (Optional)
Type: SystemInt64
TBD

Return Value

Type: LocalPNCounterDictionaryTKey
TBD
See Also