IThresholdRule.CheckCounterValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::VisualStudio::TestTools::LoadTesting::ThresholdRuleResult CheckCounterValue(Microsoft::VisualStudio::TestTools::LoadTesting::PerformanceCounterValue ^ counterValue, Microsoft::VisualStudio::TestTools::LoadTesting::ICounterProvider ^ counterProvider);
public Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult CheckCounterValue (Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue counterValue, Microsoft.VisualStudio.TestTools.LoadTesting.ICounterProvider counterProvider);
abstract member CheckCounterValue : Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue * Microsoft.VisualStudio.TestTools.LoadTesting.ICounterProvider -> Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
Public Function CheckCounterValue (counterValue As PerformanceCounterValue, counterProvider As ICounterProvider) As ThresholdRuleResult
Parameters
- counterValue
- PerformanceCounterValue
- counterProvider
- ICounterProvider