This documentation is archived and is not being maintained.
IBuildServer::QueryBuildServiceHostsByUri Method
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: