ParseQueryTGetAsync Method (String, CancellationToken)Parse
Constructs a ParseObject whose id is already known by fetching data from the server.

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

public Task<T> GetAsync(
	string objectId,
	CancellationToken cancellationToken
)

Parameters

objectId
Type: SystemString
ObjectId of the ParseObject to fetch.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskT
The ParseObject for the given objectId.
See Also

Reference