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
public enum ThresholdRuleResult
public enum class ThresholdRuleResult
type 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

Monitoring and Analyzing a Load Test Run