Sdílet prostřednictvím


LoadTest.LoadTestAborted-Ereignis

Aktualisiert: November 2007

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)
'Usage
Dim instance As LoadTest
Dim handler As EventHandler(Of LoadTestAbortedEventArgs)

AddHandler instance.LoadTestAborted, handler
public event EventHandler<LoadTestAbortedEventArgs> LoadTestAborted
public:
 event EventHandler<LoadTestAbortedEventArgs^>^ LoadTestAborted {
    void add (EventHandler<LoadTestAbortedEventArgs^>^ value);
    void remove (EventHandler<LoadTestAbortedEventArgs^>^ value);
}
JScript unterstützt keine Ereignisse.

Hinweise

Weitere Informationen zur Ereignisbehandlung finden Sie unter Behandeln von Ereignissen.

Berechtigungen

Siehe auch

Referenz

LoadTest-Klasse

LoadTest-Member

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace