This documentation is archived and is not being maintained.

IBuildServer::EndQueryBuildDefinitionsByUri Method

Ends an asynchronous operation to query build definitions.

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

array<IBuildDefinition^>^ EndQueryBuildDefinitionsByUri(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult

The asynchronous operation

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDefinition>
The matching build definitions. For unmatched URIs, the corresponding indices will be null

Show: