IBuildController.Refresh 方法 (array<String[], Boolean)

通过获取当前属性值刷新生成控制器从生成服务器。

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

语法

声明
Sub Refresh ( _
    propertyNameFilters As String(), _
    refreshAgentList As Boolean _
)
void Refresh(
    string[] propertyNameFilters,
    bool refreshAgentList
)

参数

  • propertyNameFilters
    类型:array<System.String[]
    获取的属性名称。
  • refreshAgentList
    类型:System.Boolean
    如果为 true,代理从服务器请求,并代理列表替换。

.NET Framework 安全性

请参阅

参考

IBuildController 接口

Refresh 重载

Microsoft.TeamFoundation.Build.Client 命名空间