Microsoft.SystemCenter.EntityStateResendDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.DistributedAcknowledgement.ResendDataSource Default
ProbeAction ProbeAction Microsoft.SystemCenter.ResendHealthStateChange Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.EntityStateResendDataSource" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="ChannelId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DataSource" TypeID="Microsoft.SystemCenter.DistributedAcknowledgement.ResendDataSource">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>$Config/ChannelId$</ChannelId>
</DataSource>
<ProbeAction ID="ProbeAction" TypeID="Microsoft.SystemCenter.ResendHealthStateChange">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<Identification>$Data/ItemId$</Identification>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="ProbeAction">
<Node ID="DataSource"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>