Update alert history write action

Microsoft.SystemCenter.AlertAttachment.UpdateAlertHistory.WriteAction (WriteActionModuleType)

This write action updates the alert history

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.AlertAttachment.UpdateAlertHistory.WriteAction" Accessibility="Internal" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.AlertAttachment.ServerModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.AlertAttachment.ServerModules.UpdateAlertHistoryWriteAction</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>