This documentation is archived and is not being maintained.

IBuildServer::QueryBuildServiceHostsByUri Method

Gets the build service hosts that match the specified URIs.

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

array<IBuildServiceHost^>^ QueryBuildServiceHostsByUri(
	array<Uri^>^ buildServiceHostUris
)

Parameters

buildServiceHostUris
Type: array<System::Uri>

The URIs of the build service hosts.

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IBuildServiceHost>
The build service hosts for the specified URIs.

Show: