Retrieves at most one ParseObject that satisfies this query.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type: TaskTA single ParseObject that satisfies this query.
Exceptions
Exception | Condition |
---|---|
ParseException | If no results match the query. |
See Also