ParseQueryTCountAsync Method 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()

Return Value

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

Reference