Partager via


LoadTest.LoadTestFinished, événement

Mise à jour : novembre 2007

Se produit lorsque le test de charge ne s'exécute plus sur l'agent.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

Public Event LoadTestFinished As EventHandler

Dim instance As LoadTest
Dim handler As EventHandler

AddHandler instance.LoadTestFinished, handler
public event EventHandler LoadTestFinished
public:
 event EventHandler^ LoadTestFinished {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript ne prend pas en charge les événements.

Notes

Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.

Autorisations

Voir aussi

Référence

LoadTest, classe

Membres LoadTest

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms