Freigeben über


IThresholdRule.CheckCounterValue-Methode

Vergleicht den Wert für einen oder mehrere Indikatormesspunkte mit einem Schwellenwert und gibt ein Ergebnis zurück, das den Status des Indikators relativ zu den durch die Regelparameter angegebenen Schwellenwertparametern angibt.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
Eine ThresholdRuleResult-Enumeration.

.NET Framework-Sicherheit

Siehe auch

Referenz

IThresholdRule Schnittstelle

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace