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)
Syntax
'Declaração
Function CreateBuildControllerSpec ( _
name As String, _
computer As String _
) As IBuildControllerSpec
IBuildControllerSpec CreateBuildControllerSpec(
string name,
string computer
)
IBuildControllerSpec^ CreateBuildControllerSpec(
String^ name,
String^ computer
)
abstract CreateBuildControllerSpec :
name:string *
computer:string -> IBuildControllerSpec
function CreateBuildControllerSpec(
name : String,
computer : String
) : IBuildControllerSpec
Parameters
- name
Type: System.String
The controller name to query. Supports wildcards.
- computer
Type: System.String
The computer to query. Null or empty means "don't care".
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec
The new build controller specification.
.NET Framework Security
- 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.