Share via


BuildControllerSpec Constructor (String, String, Boolean)

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

Syntax

‘선언
Public Sub New ( _
    name As String, _
    serviceHostName As String, _
    includeAgents As Boolean _
)
public BuildControllerSpec(
    string name,
    string serviceHostName,
    bool includeAgents
)
public:
BuildControllerSpec(
    String^ name, 
    String^ serviceHostName, 
    bool includeAgents
)
new : 
        name:string * 
        serviceHostName:string * 
        includeAgents:bool -> BuildControllerSpec
public function BuildControllerSpec(
    name : String, 
    serviceHostName : String, 
    includeAgents : boolean
)

Parameters

.NET Framework Security

See Also

Reference

BuildControllerSpec Class

BuildControllerSpec Overload

Microsoft.TeamFoundation.Build.Server Namespace