ParseQueryTFindAsync Method (CancellationToken)Parse
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

public Task<IEnumerable<T>> FindAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskIEnumerableT
The list of ParseObjects that match this query.
See Also

Reference