ThresholdRuleResult Enumeration

Specifies the results of applying a threshold rule to a performance counter sample.

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

Syntax

'Declaration
Public Enumeration ThresholdRuleResult
'Usage
Dim instance As ThresholdRuleResult
public enum ThresholdRuleResult
public enum class ThresholdRuleResult
public enum ThresholdRuleResult

Members

Member name Description
OK Equals 0.
Warning Equals 1.
Critical Equals 2.

See Also

Reference

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

Analyzing Load Test Runs