Counts the number of objects that match this query.
Namespace: ParseAssembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
public Task<int> CountAsync()
Public Function CountAsync As Task(Of Integer)
Return Value
Type:
TaskInt32The number of objects that match this query.
Reference