BuildService.QueryBuildAgentsByUri 方法
查询使用 URI 列表的生成代理。 列表中的输出将为作为输入列表具有 null 索引在每个位置未找到 URI 的大小。
命名空间: Microsoft.TeamFoundation.Build.Server.Compatibility
程序集: Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function QueryBuildAgentsByUri ( _
uris As String() _
) As List(Of BuildAgent2008)
[WebMethodAttribute]
public List<BuildAgent2008> QueryBuildAgentsByUri(
string[] uris
)
参数
- uris
类型:array<System.String[]
应查询的 URI。
返回值
类型:System.Collections.Generic.List<BuildAgent2008>
生成代理列表与相同大小的元素与输入数组。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。