Condividi tramite


Evento LoadTest.LoadTestAborted

Si verifica quando viene interrotto il test di carico.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Note

Per ulteriori informazioni su come gestire gli eventi, vedere Consuming Events.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting