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 | |
|---|---|---|
| Critical | Equals 2. | |
| OK | Equals 0. | |
| Warning | Equals 1. | 
See Also
Reference
Microsoft.VisualStudio.TestTools.LoadTesting Namespace