AgentReservationEventArgs Constructor

Initializes a new instance of the AgentReservationEventArgs class.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    reservationId As Integer _
)
public AgentReservationEventArgs(
    int reservationId
)
public:
AgentReservationEventArgs(
    int reservationId
)
new : 
        reservationId:int -> AgentReservationEventArgs
public function AgentReservationEventArgs(
    reservationId : int
)

Parameters

.NET Framework Security

See Also

Reference

AgentReservationEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Services Namespace