Health Service Watcher: Set the "System Rules Unloaded" monitor to success

Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction.Success (WriteActionModuleType)

Reserved for internal use.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.Availability.StateData

Member Modules:

ID Module Type TypeId RunAs 
Health.FilterCondition ConditionDetection System.ExpressionFilter Default
Health.SetStateAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction.Success" Accessibility="Internal" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ConditionDetection ID="Health.FilterCondition" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">Reachability/State</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="Integer">-1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Not>
<Expression>
<Exists>
<ValueExpression>
<XPathQuery Type="Integer">Reachability/Reasons/Reason[.=43]</XPathQuery>
</ValueExpression>
</Exists>
</Expression>
</Not>
</Expression>
</And>
</Expression>
</ConditionDetection>
<WriteAction ID="Health.SetStateAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction">
<HealthState>Success</HealthState>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Health.SetStateAction">
<Node ID="Health.FilterCondition"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.Availability.StateData</InputType>
</WriteActionModuleType>