ParseQueryTGetAsync Method (String)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
)

Parameters

objectId
Type: SystemString
ObjectId of the ParseObject to fetch.

Return Value

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

Reference