This documentation is archived and is not being maintained.

Query::EndLinkQuery Method

Finalizes a cancelable asynchronous query that will return an array of WorkItemLinkInfo objects.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
array<WorkItemLinkInfo>^ EndLinkQuery(
	ICancelableAsyncResult^ car
)

ExceptionCondition
ArgumentNullException

The car parameter is null.

UnexpectedErrorException

The ICancelableAsyncResult object that is passed in the car parameter was not created by using BeginLinkQuery. Use the correct query end method.

Show: