Partilhar via


Evento LoadTest.LoadTestFinished

Ocorre quando o teste de carga tenha parado de funcionar no agente.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxe

'Declaração
Public Event LoadTestFinished As EventHandler
public event EventHandler LoadTestFinished
public:
 event EventHandler^ LoadTestFinished {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member LoadTestFinished : IEvent<EventHandler,
    EventArgs>
JScript não oferece suporte a eventos.

Comentários

Para obter mais informações sobre como manipular eventos, consulte Consumindo eventos.

Segurança do .NET Framework

Consulte também

Referência

LoadTest Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting