在提供的数据收集器信息对象中注册服务器上的数据。
命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Sub Update ( _
    dataCollectors As IEnumerable(Of IDataCollectorInformation) _
)
void Update(
    IEnumerable<IDataCollectorInformation> dataCollectors
)
void Update(
    IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Update : 
        dataCollectors:IEnumerable<IDataCollectorInformation> -> unit 
function Update(
    dataCollectors : IEnumerable<IDataCollectorInformation>
)
参数
- dataCollectors
 类型:System.Collections.Generic.IEnumerable<IDataCollectorInformation>
 要重新注册的数据收集器的相关信息列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。