LoadTestAbortedEventArgs Class

Provides data for the LoadTestAborted event.

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

Syntax

'Declaration
Public Class LoadTestAbortedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As LoadTestAbortedEventArgs
public class LoadTestAbortedEventArgs : EventArgs
public ref class LoadTestAbortedEventArgs : public EventArgs
public class LoadTestAbortedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestAbortedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LoadTestAbortedEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

Understanding Load Tests