Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

void Update(
	IEnumerable<IDataCollectorInformation^>^ dataCollectors
)

Parameters

dataCollectors
Type: System.Collections.Generic::IEnumerable<IDataCollectorInformation^>^

A list of information about the data collectors to reregister.

Return to top
Show: