ParseObjectIncrement Method (String, Int64)Parse
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

public void Increment(
	string key,
	long amount
)

Parameters

key
Type: SystemString
The key to increment.
amount
Type: SystemInt64
The amount to increment by.
See Also

Reference