Retrieves a list of ParseObjects that satisfy this query from Parse.
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: TaskIEnumerableTThe list of ParseObjects that match this query.
See Also