Share via


IDataCollectorHelper.Update Method (IEnumerable<IDataCollectorInformation>)

 

Reregisters the data on the server in the provided data collector information objects.

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

Syntax

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

Parameters

See Also

IDataCollectorHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top