IAgentReservationExtension.EndReserveAgent-Methode

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

Syntax

'Declaration
Function EndReserveAgent ( _
    <OutAttribute> ByRef possibleAgents As IList(Of Tuple(Of Uri, String)), _
    result As IAsyncResult _
) As Integer
int EndReserveAgent(
    out IList<Tuple<Uri, string>> possibleAgents,
    IAsyncResult result
)

Parameter

Rückgabewert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IAgentReservationExtension Schnittstelle

Microsoft.TeamFoundation.Build.Workflow.Services-Namespace