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