Connector Framework Alert Write Action

Microsoft.SystemCenter.ConnectorFrameworkAlertWriteAction (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeMicrosoft.SystemCenter.DataItemAlertSubscription
Commentconsumes alert change data items for Connector Framework

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.ConnectorFrameworkAlertWriteAction" Comment="consumes alert change data items for Connector Framework" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ConnectorId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.ConnectorFrameworkAlertWriteAction</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.Modules.McfAlertWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>Microsoft.SystemCenter.DataItemAlertSubscription</InputType>
</WriteActionModuleType>