Query.BeginCountOnlyQuery Method
Include Protected Members
Include Inherited Members
Initializes a cancelable asynchronous query that will return only the count of results.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BeginCountOnlyQuery() | Initializes a cancelable asynchronous query that will return only the count of results. | |
BeginCountOnlyQuery(AsyncCallback) | Initializes a cancelable asynchronous query that will return only the count of results by using a callback function. |
Top
Remarks
This method should be followed by Query.RunCountQuery() to execute the query.