AgentReservationCompletedEventArgs Constructor

Initalizes a new instance of the AgentReservationCompletedEventArgs class.

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

Syntax

'宣言
Public Sub New ( _
    reservationId As Integer, _
    reservedAgentUri As Uri _
)
public AgentReservationCompletedEventArgs(
    int reservationId,
    Uri reservedAgentUri
)
public:
AgentReservationCompletedEventArgs(
    int reservationId, 
    Uri^ reservedAgentUri
)
new : 
        reservationId:int * 
        reservedAgentUri:Uri -> AgentReservationCompletedEventArgs
public function AgentReservationCompletedEventArgs(
    reservationId : int, 
    reservedAgentUri : Uri
)

Parameters

  • reservedAgentUri
    Type: System.Uri
    The URI of the reserved agent.

.NET Framework Security

See Also

Reference

AgentReservationCompletedEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Services Namespace