Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dataCollectors
Type: System.Collections.Generic.IEnumerable<IDataCollectorInformation>A list of information about the data collectors to reregister.
See Also
IDataCollectorHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top