This documentation is archived and is not being maintained.

IBuildServer::CreateBuildControllerSpec Method (String, String)

Creates a new build controller specification that can be used to query build controllers.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

IBuildControllerSpec^ CreateBuildControllerSpec(
	String^ name, 
	String^ computer
)

Parameters

name
Type: System::String

The controller name to query. Supports wildcard characters.

computer
Type: System::String

The computer to query. Null or empty means "do not care".

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildControllerSpec
The new build controller specification.

Show: