ManagementServer.EndExecuteRepairAgents(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.