Share via


IDataCollectorHelper.Unregister Method

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

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

Parameters

.NET Framework Security

See Also

Reference

IDataCollectorHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IDataCollectorInformation