ManagementServer.SubmitRepairAgents Method (IList, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)

Updated: April 16, 2012

Starts an asynchronous operation to repair partial agent-managed computers on a specified collection of managed computers and receives notification when the status of any repair changes. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ManagementServer Dim agentManagedComputers As IList(Of PartialAgentManagedComputer) Dim repairAgentConfiguration As RepairAgentConfiguration Dim callback As MonitoringTaskStatusChangeCallback Dim returnValue As AgentTaskInformation returnValue = instance.SubmitRepairAgents(agentManagedComputers, repairAgentConfiguration, callback)<ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback")> _ Public Function SubmitRepairAgents ( _ agentManagedComputers As IList(Of PartialAgentManagedComputer), _ repairAgentConfiguration As RepairAgentConfiguration, _ callback As MonitoringTaskStatusChangeCallback _ ) As AgentTaskInformation[ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback")] public AgentTaskInformation SubmitRepairAgents ( IList<PartialAgentManagedComputer> agentManagedComputers, RepairAgentConfiguration repairAgentConfiguration, MonitoringTaskStatusChangeCallback callback )[ObsoleteAttribute(L"Use this.SubmitRepairAgents with TaskStatusChangeCallback")] public: AgentTaskInformation^ SubmitRepairAgents ( IList<PartialAgentManagedComputer^>^ agentManagedComputers, RepairAgentConfiguration^ repairAgentConfiguration, MonitoringTaskStatusChangeCallback^ callback )/** @attribute ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback") */ public AgentTaskInformation SubmitRepairAgents ( IList<PartialAgentManagedComputer> agentManagedComputers, RepairAgentConfiguration repairAgentConfiguration, MonitoringTaskStatusChangeCallback callback )ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback") public function SubmitRepairAgents ( agentManagedComputers : IList<PartialAgentManagedComputer>, repairAgentConfiguration : RepairAgentConfiguration, callback : MonitoringTaskStatusChangeCallback ) : AgentTaskInformationParametersagentManagedComputersThe list of partial agent-managed computers to repair.repairAgentConfigurationInformation used to repair the agents.callbackA MonitoringTaskStatusChangeCallback delegate that references a user-defined method to call when the status of any repair in this batch changes.Return ValueReturns a AgentTaskInformation instance that allows you to access the repair task IDs and their associated agent names.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms