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
public interface IDataCollectorHelper
public interface class IDataCollectorHelper
type IDataCollectorHelper = interface end
Public Interface IDataCollectorHelper
Methods
Name | Description | |
---|---|---|
![]() |
Create() | Creates an IDataCollectorInformation object. |
![]() |
Find(Uri) | 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(IEnumerable<IDataCollectorInformation>) | Registers several data collectors on the server, as represented by the given list of information about the data collectors. |
![]() |
Unregister(IEnumerable<IDataCollectorInformation>) | Unregisters several data collectors from the server, as represented by the given list of information about the data collectors. |
![]() |
Update(IEnumerable<IDataCollectorInformation>) | Reregisters the data on the server in the provided data collector information objects. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top