The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDataCollectorHelper Interface
Represents methods for a set of data collectors that is registered on the Visual Studio Team Foundation Server.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| 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. |
Show:
