This documentation is archived and is not being maintained.
IBuildServer::QueryBuildServiceHosts Method
Visual Studio 2013
Gets an array of all build service hosts that are hosted on the specified computers.
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 to match (may contain wildcard characters).
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildServiceHost>An array of build service hosts that are hosted by computers matching the input.
- 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: