ParseClient contains static functions that handle global
configuration for the Parse library.
Inheritance Hierarchy
ParseParseClient
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
The ParseClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize |
Authenticates this client as belonging to your application. This must be
called before your application can use the Parse library. The recommended
way is to put a call to ParseFramework.Initialize in your
Application startup.
|
See Also