ParseUserSignUpAsync Method Parse
Signs up a new user. This will create a new ParseUser on the server and will also persist the session on disk so that you can access the user using CurrentUser. A username and password must be set before calling SignUpAsync.

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

public Task SignUpAsync()

Return Value

Type: Task
See Also

Reference