Metodo IAgentReservationExtension.EndReserveAgent

Spazio dei nomi:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAgentReservationExtension Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.Build.Workflow.Services