Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .gif) | Create | Creates an IDataCollectorInformation object. | 
| .gif) | Find | Finds and retrieves information about a data collector that is identified by the given uniform resource identifier (URI). | 
| .gif) | Query | Returns a collection of information about data collectors on the server. | 
| .gif) | Register | Registers several data collectors on the server, as represented by the given list of information about the data collectors. | 
| .gif) | Unregister | Unregisters several data collectors from the server, as represented by the given list of information about the data collectors. | 
| .gif) | Update | Reregisters the data on the server in the provided data collector information objects. | 
Top