Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.