Atomically increments the given key by the given number.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key to increment. - amount
- Type: SystemInt64
The amount to increment by.
See Also