This documentation is archived and is not being maintained.

IBuildServer::GetBuildServiceHost Method (String)

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)

IBuildServiceHost^ GetBuildServiceHost(
	String^ serviceHostName
)

Parameters

serviceHostName
Type: System::String

The name of the service host.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildServiceHost
The build service host for the specified name.

Show: