Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    buildControllerUri As String, _
    buildDefinitionUri As String, _
    dropLocation As String, _
    priority As QueuePriority, _
    processParameters As String, _
    reason As BuildReason _
)
public BuildRequest(
    string buildControllerUri,
    string buildDefinitionUri,
    string dropLocation,
    QueuePriority priority,
    string processParameters,
    BuildReason reason
)
public:
BuildRequest(
    String^ buildControllerUri, 
    String^ buildDefinitionUri, 
    String^ dropLocation, 
    QueuePriority priority, 
    String^ processParameters, 
    BuildReason reason
)
new : 
        buildControllerUri:string * 
        buildDefinitionUri:string * 
        dropLocation:string * 
        priority:QueuePriority * 
        processParameters:string * 
        reason:BuildReason -> BuildRequest
public function BuildRequest(
    buildControllerUri : String, 
    buildDefinitionUri : String, 
    dropLocation : String, 
    priority : QueuePriority, 
    processParameters : String, 
    reason : BuildReason
)
Parameters
- buildControllerUri
 Type: System.String
- buildDefinitionUri
 Type: System.String
- dropLocation
 Type: System.String
- priority
 Type: Microsoft.TeamFoundation.Build.Server.QueuePriority
- processParameters
 Type: System.String
- reason
 Type: Microsoft.TeamFoundation.Build.Server.BuildReason
.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.