Share via


IDataCollectorHelper.Register Method

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

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

Parameters

.NET Framework Security

See Also

Reference

IDataCollectorHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IDataCollectorInformation