ThresholdExceededEventArgs.CounterValue 属性
获取超过阈值的性能计数器样本的完整名称(计算机、类别、计数器和实例)和值。
命名空间: Microsoft.VisualStudio.TestTools.LoadTesting
程序集: Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
语法
声明
Public ReadOnly Property CounterValue As PerformanceCounterValue
public PerformanceCounterValue CounterValue { get; }
public:
property PerformanceCounterValue^ CounterValue {
PerformanceCounterValue^ get ();
}
member CounterValue : PerformanceCounterValue with get
function get CounterValue () : PerformanceCounterValue
属性值
类型:Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue
PerformanceCounterValue 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。