IAgentReservationExtension.EndReserveAgent Method

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
)
int EndReserveAgent(
    [OutAttribute] IList<Tuple<Uri^, String^>^>^% possibleAgents, 
    IAsyncResult^ result
)
abstract EndReserveAgent : 
        possibleAgents:IList<Tuple<Uri, string>> byref * 
        result:IAsyncResult -> int
function EndReserveAgent(
    possibleAgents : IList<Tuple<Uri, String>>, 
    result : IAsyncResult
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IAgentReservationExtension Interface

Microsoft.TeamFoundation.Build.Workflow.Services Namespace