Share via


Query.BeginLinkQuery Method

Include Protected Members
Include Inherited Members

Initializes a cancelable asynchronous query that will return a collection of WorkItemLinkInfo objects.

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 BeginLinkQuery() Initializes a cancelable asynchronous query that will return a collection of WorkItemLinkInfo objects.
Public method BeginLinkQuery(AsyncCallback) Initializes a cancelable asynchronous query that will return a collection of WorkItemLinkInfo objects by using a callback function.

Top

Remarks

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

See Also

Reference

Query Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace