This documentation is archived and is not being maintained.
IBuildServer.GetBuildServiceHost Method (Uri)
Visual Studio 2013
Gets the service host that matches the specified URI.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- buildServiceHostUri
- Type: System.Uri
The URI of the build service host.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildServiceHostThe build service host for the specified URI.
- 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: