ManagementServer.SubmitRepairAgents Method (IList, RepairAgentConfiguration, MonitoringTaskStatusChangeCallback)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
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)
Syntax
'Declaration
<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
) : AgentTaskInformation
Parameters
- agentManagedComputers
The list of partial agent-managed computers to repair.
- repairAgentConfiguration
Information used to repair the agents.
- callback
A MonitoringTaskStatusChangeCallback delegate that references a user-defined method to call when the status of any repair in this batch changes.
Return Value
Returns a AgentTaskInformation instance that allows you to access the repair task IDs and their associated agent names.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ManagementServer Class
ManagementServer Members
Microsoft.EnterpriseManagement.Administration Namespace