Microsoft.SystemCenter.CM.AEM.Internal.TimedCrashListenerFillerDS (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.CM.ActionAccount
OutputTypeMicrosoft.SystemCenter.CM.AEM.Internal.CrashData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
CLProbe ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.CrashListenerPA Default
FillerProbe ProbeAction Microsoft.SystemCenter.CM.AEM.Internal.FillerPA Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.CM.AEM.Internal.TimedCrashListenerFillerDS" Accessibility="Internal" RunAs="AEMLib!Microsoft.SystemCenter.CM.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.CM.AEM.Internal.CrashListenerConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Scheduler" type="PublicSchedulerType"/>
<xsd:element name="CrashListenerConfiguration" type="CrashListenerConfigType"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource TypeID="System!System.Scheduler" ID="Scheduler">
<Scheduler>$Config/Scheduler$</Scheduler>
</DataSource>
<ProbeAction TypeID="Microsoft.SystemCenter.CM.AEM.Internal.CrashListenerPA" ID="CLProbe">
<CrashListenerConfiguration>$Config/CrashListenerConfiguration$</CrashListenerConfiguration>
</ProbeAction>
<ProbeAction TypeID="Microsoft.SystemCenter.CM.AEM.Internal.FillerPA" ID="FillerProbe"/>
</MemberModules>
<Composition>
<Node ID="FillerProbe">
<Node ID="CLProbe">
<Node ID="Scheduler"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.CM.AEM.Internal.CrashData</OutputType>
</DataSourceModuleType>