IDataCollectorHelper Interface
Represents methods for a set of data collectors that is registered on the Visual Studio Team Foundation Server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface IDataCollectorHelper
public interface IDataCollectorHelper
public interface class IDataCollectorHelper
type IDataCollectorHelper = interface end
public interface IDataCollectorHelper
The IDataCollectorHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an IDataCollectorInformation object. | |
Find | Finds and retrieves information about a data collector that is identified by the given uniform resource identifier (URI). | |
Query | Returns a collection of information about data collectors on the server. | |
Register | Registers several data collectors on the server, as represented by the given list of information about the data collectors. | |
Unregister | Unregisters several data collectors from the server, as represented by the given list of information about the data collectors. | |
Update | Reregisters the data on the server in the provided data collector information objects. |
Top