IDataCollectorHelper.Update Method

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

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

Parameters

.NET Framework Security

See Also

Reference

IDataCollectorHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace