IDataCollectorHelper.Unregister, méthode

Désinscrit plusieurs collecteurs de données du serveur, tels que représentés par la liste donnée d'informations sur les collecteurs de données.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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>
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IDataCollectorHelper Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

IDataCollectorInformation