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
Starts an asynchronous operation to repair agents on a specified collection of managed computers.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public IAsyncResult BeginExecuteRepairAgents(
IList<AgentManagedComputer> agentManagedComputers,
RepairAgentConfiguration repairAgentConfiguration,
AsyncCallback callback,
object state
)
public:
IAsyncResult^ BeginExecuteRepairAgents(
IList<AgentManagedComputer^>^ agentManagedComputers,
RepairAgentConfiguration^ repairAgentConfiguration,
AsyncCallback^ callback,
Object^ state
)
member BeginExecuteRepairAgents :
agentManagedComputers:IList<AgentManagedComputer> *
repairAgentConfiguration:RepairAgentConfiguration *
callback:AsyncCallback *
state:Object -> IAsyncResult
Public Function BeginExecuteRepairAgents (
agentManagedComputers As IList(Of AgentManagedComputer),
repairAgentConfiguration As RepairAgentConfiguration,
callback As AsyncCallback,
state As Object
) As IAsyncResult
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: System.AsyncCallbackAn AsyncCallback delegate that references a user-defined method to call when all repairs are complete.
state
Type: System.ObjectA user-defined object that you can use to pass information about the state of the asynchronous operation to the method specified in the callback parameter.
Return Value
Type: System.IAsyncResult
Returns an IAsyncResult instance that you can use to check the status of the asynchronous operation.
See Also
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top