AgentReservationCompletedEventArgs-Konstruktor

Initalizes eine neue Instanz der AgentReservationCompletedEventArgs-Klasse.

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, _
    reservedAgentUri As Uri _
)
public AgentReservationCompletedEventArgs(
    int reservationId,
    Uri reservedAgentUri
)

Parameter

  • reservedAgentUri
    Typ: System.Uri
    Der URI des reservierten Agents.

.NET Framework-Sicherheit

Siehe auch

Referenz

AgentReservationCompletedEventArgs Klasse

Microsoft.TeamFoundation.Build.Workflow.Services-Namespace