Query.BeginQuery Method

Include Protected Members
Include Inherited Members

Initializes a cancelable asynchronous query.

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 BeginQuery() Initializes a cancelable asynchronous query of WorkItem objects.
Public method BeginQuery(AsyncCallback) Initializes a cancelable asynchronous query of WorkItem objects by using a callback function.

Top

Remarks

This method should be followed by Query.RunQuery() to execute the query.

See Also

Reference

Query Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace