ParseConfigGetAsync Method (CancellationToken)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(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskParseConfig
ParseConfig object that was fetched
See Also

Reference