Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now 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.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback")]
public AgentTaskInformation SubmitRepairAgents(
IList<AgentManagedComputer> agentManagedComputers,
RepairAgentConfiguration repairAgentConfiguration,
MonitoringTaskStatusChangeCallback callback
)
public:
[ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback")]
AgentTaskInformation^ SubmitRepairAgents(
IList<AgentManagedComputer^>^ agentManagedComputers,
RepairAgentConfiguration^ repairAgentConfiguration,
MonitoringTaskStatusChangeCallback^ callback
)
[<ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback")>]
member SubmitRepairAgents :
agentManagedComputers:IList<AgentManagedComputer> *
repairAgentConfiguration:RepairAgentConfiguration *
callback:MonitoringTaskStatusChangeCallback -> AgentTaskInformation
<ObsoleteAttribute("Use this.SubmitRepairAgents with TaskStatusChangeCallback")>
Public Function SubmitRepairAgents (
agentManagedComputers As IList(Of AgentManagedComputer),
repairAgentConfiguration As RepairAgentConfiguration,
callback As MonitoringTaskStatusChangeCallback
) As AgentTaskInformation
Parameters
agentManagedComputers
Type: System.Collections.Generic.IList<AgentManagedComputer>The agent-managed computers on which to repair agents.
repairAgentConfiguration
Type: Microsoft.EnterpriseManagement.Administration.RepairAgentConfigurationInformation used to configure the repairs.
callback
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringTaskStatusChangeCallbackA MonitoringTaskStatusChangeCallback delegate that references a user-defined method to call when the status of any installation task in this batch changes.
Return Value
Type: Microsoft.EnterpriseManagement.Administration.AgentTaskInformation
Returns a AgentTaskInformation instance that allows you to access the repair task IDs and their associated agent names.
See Also
SubmitRepairAgents Overload
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top