Share via


ManagementServer.EndExecuteRepairAgents(IAsyncResult) Method

Definition

End execute repair agents.

public:
 Microsoft::EnterpriseManagement::Administration::AgentTaskResult ^ EndExecuteRepairAgents(IAsyncResult ^ asyncResult);
public Microsoft.EnterpriseManagement.Administration.AgentTaskResult EndExecuteRepairAgents (IAsyncResult asyncResult);
member this.EndExecuteRepairAgents : IAsyncResult -> Microsoft.EnterpriseManagement.Administration.AgentTaskResult
Public Function EndExecuteRepairAgents (asyncResult As IAsyncResult) As AgentTaskResult

Parameters

asyncResult
IAsyncResult

IAsyncResult returned from BeginExcuteRepairAgents.

Returns

Agent task result.

Remarks

The EndExecuteRepairAgents method is a blocking method that completes the asynchronous discovery request started in the BeginExecuteRepairAgents method.

Applies to