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 安全性

请参见

参考

ThresholdExceededEventArgs 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间