ParseQueryTCountAsync Method (CancellationToken)Parse
Counts the number of objects that match this query.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public Task<int> CountAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskInt32
The number of objects that match this query.
See Also

Reference