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

public Task<T> FirstAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskT
A single ParseObject that satisfies this query.
Exceptions

ExceptionCondition
ParseExceptionIf no results match the query.
See Also

Reference