ManagementServer.EndExecuteUninstallAgents(IAsyncResult) Method

Definition

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

AgentTaskResult

Agent task result.

Remarks

The EndExecuteUninstallAgents method is a blocking method that completes the asynchronous discovery request started in the BeginExecuteUninstallAgents method.

Applies to