ThresholdExceededEventArgs 类

更新:2007 年 11 月

提供 ThresholdExceeded 事件的数据。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

语法

声明
<SerializableAttribute> _
Public Class ThresholdExceededEventArgs _
    Inherits EventArgs
用法
Dim instance As ThresholdExceededEventArgs
[SerializableAttribute]
public class ThresholdExceededEventArgs : EventArgs
[SerializableAttribute]
public ref class ThresholdExceededEventArgs : public EventArgs
public class ThresholdExceededEventArgs extends EventArgs

继承层次结构

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

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

ThresholdExceededEventArgs 成员

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间