This documentation is archived and is not being maintained.

Query::EndRegularQuery Method

Finalizes a cancelable asynchronous query that will return an array of WorkItem IDs that resulted from the query.

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

public:
array<int>^ EndRegularQuery(
	ICancelableAsyncResult^ car
)

Return Value

Type: array<System::Int32>
An array of WorkItem IDs that resulted from the query.

ExceptionCondition
ArgumentNullException

The car parameter is null.

UnexpectedErrorException

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

Show: