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
Public method BeginCountOnlyQuery() Initializes a cancelable asynchronous query that will return only the count of results.
Public method 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.

See Also

Reference

Query Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace