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
System_CAPS_pubmethod Create()

Creates an IDataCollectorInformation object.

System_CAPS_pubmethod Find(Uri)

Finds and retrieves information about a data collector that is identified by the given uniform resource identifier (URI).

System_CAPS_pubmethod Query()

Returns a collection of information about data collectors on the server.

System_CAPS_pubmethod Register(IEnumerable<IDataCollectorInformation>)

Registers several data collectors on the server, as represented by the given list of information about the data collectors.

System_CAPS_pubmethod Unregister(IEnumerable<IDataCollectorInformation>)

Unregisters several data collectors from the server, as represented by the given list of information about the data collectors.

System_CAPS_pubmethod 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