LoadTest.LoadTestAborted Event

Occurs when the load test is aborted.

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 does not support events.

Remarks

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

LoadTest Class

LoadTest Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace