Share via


IDataCollectorHelper.Register Method (IEnumerable<IDataCollectorInformation>)

 

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

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

void Register(
    IEnumerable<IDataCollectorInformation> dataCollectors
)
void Register(
    IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Register : 
        dataCollectors:IEnumerable<IDataCollectorInformation> -> unit
Sub Register (
    dataCollectors As IEnumerable(Of IDataCollectorInformation)
)

Parameters

See Also

IDataCollectorInformation
IDataCollectorHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top