Partager via


IDataCollectorHelper.Update, méthode

Enregistre les données sur le serveur dans les objets d'informations du collecteur de données fournis.

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

Syntaxe

'Déclaration
Sub Update ( _
    dataCollectors As IEnumerable(Of IDataCollectorInformation) _
)
void Update(
    IEnumerable<IDataCollectorInformation> dataCollectors
)
void Update(
    IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Update : 
        dataCollectors:IEnumerable<IDataCollectorInformation> -> unit 
function Update(
    dataCollectors : IEnumerable<IDataCollectorInformation>
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IDataCollectorHelper Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms