RuleResult Enum
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.
An enum representing the result of a rule.
public enum class RuleResult
public enum RuleResult
type RuleResult =
Public Enum RuleResult
- Inheritance
-
RuleResult
Fields
Name | Value | Description |
---|---|---|
ContinueRules | 0 | Default value, continue applying rules. |
EndResponse | 1 | The rule ended the request by providing a response. |
SkipRemainingRules | 2 | Stop applying rules and send context to the next middleware |