ThresholdExceededEventArgs Class

Provides data for the ThresholdExceeded event.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ThresholdExceededEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ThresholdExceededEventArgs
[SerializableAttribute]
public class ThresholdExceededEventArgs : EventArgs
[SerializableAttribute]
public ref class ThresholdExceededEventArgs : public EventArgs
public class ThresholdExceededEventArgs extends EventArgs

Inheritance Hierarchy

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

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

ThresholdExceededEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace