Driver initialization problem monitor type

Microsoft.Windows.NetworkLoadBalancing.6.2.DriverInitializationFailureMonitorType (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.NetworkLoadBalancing.EventProvider Default

Source Code:

<UnitMonitorType ID="Microsoft.Windows.NetworkLoadBalancing.6.2.DriverInitializationFailureMonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="ErrorEventRaised" NoDetection="false"/>
<MonitorTypeState ID="ManualResetEventRaised" NoDetection="true"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="EventId" type="xsd:integer"/>
</Configuration>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">$Config/EventId$</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
</DataSource>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="ErrorEventRaised">
<Node ID="DS"/>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>