LoadTest.ThresholdExceeded 事件

当超过阈值规则时发生。

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

语法

声明
Public Event ThresholdExceeded As EventHandler(Of ThresholdExceededEventArgs)
public event EventHandler<ThresholdExceededEventArgs> ThresholdExceeded
public:
 event EventHandler<ThresholdExceededEventArgs^>^ ThresholdExceeded {
    void add (EventHandler<ThresholdExceededEventArgs^>^ value);
    void remove (EventHandler<ThresholdExceededEventArgs^>^ value);
}
member ThresholdExceeded : IEvent<EventHandler<ThresholdExceededEventArgs>,
    ThresholdExceededEventArgs>
JScript 不支持事件。

备注

ThresholdExceededEventArgs 标识超出了阈值,性能计数器示例中,值的性能计数器和超过严重阈值级别或只是警告阈值级别值。

备注

如果没有运行负载测试中,多台代理计算机 ThresholdExceeded 将所有代理上激发事件。

有关如何处理事件的详细信息,请参阅 Consuming Events

.NET Framework 安全性

请参阅

参考

LoadTest 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间

其他资源

About Counter Sets