IDataCollectorHelper.Unregister Method (IEnumerable<IDataCollectorInformation>)

 

Unregisters several data collectors from 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

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

Parameters

See Also

IDataCollectorInformation
IDataCollectorHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top