Share via


ManagementServer.BeginExecuteRepairAgents Method

Definition

Begin execute repair agents.

public:
 IAsyncResult ^ BeginExecuteRepairAgents(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ agentManagedComputers, Microsoft::EnterpriseManagement::Administration::RepairAgentConfiguration ^ repairAgentConfiguration, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginExecuteRepairAgents (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> agentManagedComputers, Microsoft.EnterpriseManagement.Administration.RepairAgentConfiguration repairAgentConfiguration, AsyncCallback callback, object state);
member this.BeginExecuteRepairAgents : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> * Microsoft.EnterpriseManagement.Administration.RepairAgentConfiguration * AsyncCallback * obj -> IAsyncResult
Public Function BeginExecuteRepairAgents (agentManagedComputers As IList(Of AgentManagedComputer), repairAgentConfiguration As RepairAgentConfiguration, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

agentManagedComputers
IList<AgentManagedComputer>

List of agent managed computers to repair.

repairAgentConfiguration
RepairAgentConfiguration

Configuration.

callback
AsyncCallback

Callback.

state
Object

Optional state returned in callback.

Returns

IAsyncResult

Applies to