Published Entity Health State Change Notification Data Source (Internal)

Microsoft.SystemCenter.PublishedEntityHealthStateChangeNotificationInternal (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Health.EntityStateChangeData
Commentnotifies about successful insertion of the entity health state change data published on the agent

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.PublishedEntityHealthStateChangeNotificationInternal" Comment="notifies about successful insertion of the entity health state change data published on the agent" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="ManagementGroupId" type="xsd:string"/>
<xsd:element name="ChannelId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Mom.DatabaseWriteModules, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.DatabaseWriteModules.StateChangeDataSource</Type>
</Managed>
</ModuleImplementation>
<OutputType>Health!System.Health.EntityStateChangeData</OutputType>
</DataSourceModuleType>