APM computer synchronization write action

Microsoft.SystemCenter.Apm.APMComputerSynchronizerWriteAction (WriteActionModuleType)

Delete pending for delete computers and assign data from APM database

Element properties:

TypeWriteActionModuleType
IsolationShared
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.BaseData
CommentDelete pending for delete computers and assign data from APM database

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Apm.APMComputerSynchronizerWriteAction" Batching="true" Accessibility="Internal" RunAs="SC!Microsoft.SystemCenter.DatabaseWriteActionAccount" Comment="Delete pending for delete computers and assign data from APM database">
<Configuration/>
<ModuleImplementation Isolation="Shared">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Apm.ServerModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.ServerModules.APMComputerSynchronizer</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>