IAgentReservationExtension.EndReserveAgent 方法

命名空间:  Microsoft.TeamFoundation.Build.Workflow.Services
程序集:  Microsoft.TeamFoundation.Build.Workflow(在 Microsoft.TeamFoundation.Build.Workflow.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Int32

.NET Framework 安全性

请参见

参考

IAgentReservationExtension 接口

Microsoft.TeamFoundation.Build.Workflow.Services 命名空间