IDataCollectorHelper.Update 方法 (IEnumerable<IDataCollectorInformation>)

 

在提供的数据收集器信息对象中注册服务器上的数据。

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

语法

void Update(
    IEnumerable<IDataCollectorInformation> dataCollectors
)
void Update(
    IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Update : 
        dataCollectors:IEnumerable<IDataCollectorInformation> -> unit
Sub Update (
    dataCollectors As IEnumerable(Of IDataCollectorInformation)
)

参数

  • dataCollectors
    要重新注册的数据收集器的相关信息列表。

请参阅

IDataCollectorHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首