IDataCollectorHelper 接口

 

表示 Visual Studio Team Foundation Server 上注册的一组数据收集器的方法。

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

语法

public interface IDataCollectorHelper
public interface class IDataCollectorHelper
type IDataCollectorHelper = interface end
Public Interface IDataCollectorHelper

方法

名称 说明
System_CAPS_pubmethod Create()

创建一个 IDataCollectorInformation 对象。

System_CAPS_pubmethod Find(Uri)

查找并检索被给定的统一资源标识符 (URI) 标识的数据收集器的信息。

System_CAPS_pubmethod Query()

返回有关服务器上数据收集器的信息的集合。

System_CAPS_pubmethod Register(IEnumerable<IDataCollectorInformation>)

在服务器上注册多个数据收集器,由有关数据收集器的给定信息列表表示。

System_CAPS_pubmethod Unregister(IEnumerable<IDataCollectorInformation>)

从服务器中注销多个数据收集器,由有关数据收集器的给定信息列表表示。

System_CAPS_pubmethod Update(IEnumerable<IDataCollectorInformation>)

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

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首