RuleManager Class
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.
Rule Manager class
public ref class RuleManager sealed
public sealed class RuleManager
type RuleManager = class
Public NotInheritable Class RuleManager
- Inheritance
-
RuleManager
Properties
IsRuleSuspended |
Gets the suspension state of the rule manager. |
Methods
DisableRule(Type) |
Disables the Rule of the particular Type from firing. |
EnableRule(Type) |
Enables the Rule of the particular Type to fire. |
ResumeRuleNotification() |
Resume rule notification to the client |
SuspendRuleNotification() |
Suspend rule notification to the client |
Events
RuleFired |
Rule fired event |