Share via


ManagementServer.SubmitRepairAgents Method

 

Applies To: Operations Manager for System Center 2012

Starts an asynchronous operation to repair agents 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)

Overload List

Name Description
System_CAPS_pubmethod SubmitRepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to repair agents on a specified collection of managed computers and receives notification when the status of any repair changes.

System_CAPS_pubmethod SubmitRepairAgents(IList<AgentManagedComputer>, RepairAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitRepairAgents(IList<MonitoringObject>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to repair agents specified by user action manager objects and receives notification when the status of any repair changes.

System_CAPS_pubmethod SubmitRepairAgents(IList<MonitoringObject>, RepairAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitRepairAgents(IList<PartialAgentManagedComputer>, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.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.

System_CAPS_pubmethod SubmitRepairAgents(IList<PartialAgentManagedComputer>, RepairAgentConfiguration, TaskStatusChangeCallback)

See Also

ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top