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
Parameters
- objectId
- Type: SystemString
ObjectId of the ParseObject to fetch. - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type: TaskTThe ParseObject for the given objectId.
See Also