Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public enum class ThresholdRuleResult

Member nameDescription
Critical

Equals 2.

OK

Equals 0.

Warning

Equals 1.

Return to top
Show: