ThresholdExceededEventArgs.ThresholdResult 属性
获取一个指示是否超过了 Critical 或 Warning 阈值级别的值。
命名空间: Microsoft.VisualStudio.TestTools.LoadTesting
程序集: Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
语法
声明
Public ReadOnly Property ThresholdResult As ThresholdRuleResult
public ThresholdRuleResult ThresholdResult { get; }
public:
property ThresholdRuleResult ThresholdResult {
ThresholdRuleResult get ();
}
member ThresholdResult : ThresholdRuleResult with get
function get ThresholdResult () : ThresholdRuleResult
属性值
类型:Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
一个 ThresholdRuleResult 枚举值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。