Freigeben über


LoadTest.LoadTestAborted-Ereignis

Tritt bei Abbruch des Auslastungstests auf.

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

Syntax

'Declaration
Public Event LoadTestAborted As EventHandler(Of LoadTestAbortedEventArgs)
public event EventHandler<LoadTestAbortedEventArgs> LoadTestAborted
public:
 event EventHandler<LoadTestAbortedEventArgs^>^ LoadTestAborted {
    void add (EventHandler<LoadTestAbortedEventArgs^>^ value);
    void remove (EventHandler<LoadTestAbortedEventArgs^>^ value);
}
member LoadTestAborted : IEvent<EventHandler<LoadTestAbortedEventArgs>,
    LoadTestAbortedEventArgs>
JScript unterstützt keine Ereignisse.

Hinweise

Weitere Informationen zur Ereignisbehandlung finden Sie unter Behandeln von Ereignissen.

.NET Framework-Sicherheit

Siehe auch

Referenz

LoadTest Klasse

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace