ManagementServer.EndExecuteUninstallAgents(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 uninstall agents tasks.
public:
Microsoft::EnterpriseManagement::Administration::AgentTaskResult ^ EndExecuteUninstallAgents(IAsyncResult ^ asyncResult);
public Microsoft.EnterpriseManagement.Administration.AgentTaskResult EndExecuteUninstallAgents (IAsyncResult asyncResult);
member this.EndExecuteUninstallAgents : IAsyncResult -> Microsoft.EnterpriseManagement.Administration.AgentTaskResult
Public Function EndExecuteUninstallAgents (asyncResult As IAsyncResult) As AgentTaskResult
Parameters
- asyncResult
- IAsyncResult
IAsyncResult returned from BeginExcuteUninstallAgents.
Returns
Agent task result.
Remarks
The EndExecuteUninstallAgents method is a blocking method that completes the asynchronous discovery request started in the BeginExecuteUninstallAgents method.