| LocalPNCounterDictionaryTKeyIncrement Method |
Increment the counter with the delta specified.
If the delta is negative then it will decrement instead of increment.
Namespace:
Akka.DistributedData.Local
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public LocalPNCounterDictionary<TKey> Increment(
TKey key,
long delta = 1
)
member Increment :
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