PerformanceAdviser.IsRuleEnabled
Description:
Retrieves an enabled/disabled status for the given rule.
Retrieves an enabled/disabled status for the given rule.
Overloads (2):
IsRuleEnabled(PerformanceAdviserRuleId)
public bool IsRuleEnabled(
PerformanceAdviserRuleId id
)
-
idThe rule id to retrieve enabled/disabled status for.
Return Value
bool
True if rule is disabled, false otherwise.
-
The id does not correspond to any registered rule.
-
A non-optional argument was NULL