| LocalPNCounterDictionaryTKeyDecrement 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
)
member Decrement :
key : 'TKey *
?delta : int64
(* Defaults:
let _delta = defaultArg delta 1
*)
-> LocalPNCounterDictionary<'TKey>
Parameters
- key
- Type: TKey
TBD - delta (Optional)
- Type: SystemInt64
TBD
Return Value
Type:
LocalPNCounterDictionaryTKeyTBD
See Also