ParseObjectIncrement Method (String)Parse
Atomically increments the given key by 1.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public void Increment(
	string key
)

Parameters

key
Type: SystemString
The key to increment.
See Also

Reference