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
reservationId
Type: System.Int32The reservation ID.
.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.