ParseClient ClassParse
ParseClient contains static functions that handle global configuration for the Parse library.
Inheritance Hierarchy

SystemObject
  ParseParseClient

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

public static class ParseClient

The ParseClient type exposes the following members.

Methods

  NameDescription
Public methodStatic memberInitialize
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.
Top
See Also

Reference