共用方式為


IThresholdRule.CheckCounterValue 方法

根據臨界值檢查一個或多個計數器樣本的值,並且傳回結果指出與規則參數所指定之臨界值參數相關的計數器狀態。

命名空間:  Microsoft.VisualStudio.TestTools.LoadTesting
組件:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

語法

'宣告
Function CheckCounterValue ( _
    counterValue As PerformanceCounterValue, _
    counterProvider As ICounterProvider _
) As ThresholdRuleResult
ThresholdRuleResult CheckCounterValue(
    PerformanceCounterValue counterValue,
    ICounterProvider counterProvider
)
ThresholdRuleResult CheckCounterValue(
    PerformanceCounterValue^ counterValue, 
    ICounterProvider^ counterProvider
)
abstract CheckCounterValue : 
        counterValue:PerformanceCounterValue * 
        counterProvider:ICounterProvider -> ThresholdRuleResult 
function CheckCounterValue(
    counterValue : PerformanceCounterValue, 
    counterProvider : ICounterProvider
) : ThresholdRuleResult

參數

傳回值

型別:Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
ThresholdRuleResult 列舉型別。

.NET Framework 安全性

請參閱

參考

IThresholdRule 介面

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間