ParseConfigGetAsync Method Parse
Retrieves the ParseConfig asynchronously from the server.

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

public static Task<ParseConfig> GetAsync()

Return Value

Type: TaskParseConfig
ParseConfig object that was fetched
See Also

Reference