ManagementServer.EndExecuteUpdateAgents Method

Updated: April 16, 2012

Finishes an asynchronous update agent operation. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ManagementServer Dim asyncResult As IAsyncResult Dim returnValue As AgentTaskResult returnValue = instance.EndExecuteUpdateAgents(asyncResult)Public Function EndExecuteUpdateAgents ( _ asyncResult As IAsyncResult _ ) As AgentTaskResultpublic AgentTaskResult EndExecuteUpdateAgents ( IAsyncResult asyncResult )public: AgentTaskResult^ EndExecuteUpdateAgents ( IAsyncResult^ asyncResult )public AgentTaskResult EndExecuteUpdateAgents ( IAsyncResult asyncResult )public function EndExecuteUpdateAgents ( asyncResult : IAsyncResult ) : AgentTaskResultParametersasyncResultAn IAsyncResult instance that stores state information and any user-defined data for this asynchronous operation.Return ValueReturns an AgentTaskResult object that is the result of the asynchronous operation.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms