ManagementServer.BeginExecuteUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, AsyncCallback, Object) Method

Definition

Begin execute update agents.

public:
 IAsyncResult ^ BeginExecuteUpdateAgents(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ agentManagedComputers, Microsoft::EnterpriseManagement::Administration::UpdateAgentConfiguration ^ updateAgentConfiguration, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginExecuteUpdateAgents (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> agentManagedComputers, Microsoft.EnterpriseManagement.Administration.UpdateAgentConfiguration updateAgentConfiguration, AsyncCallback callback, object state);
member this.BeginExecuteUpdateAgents : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> * Microsoft.EnterpriseManagement.Administration.UpdateAgentConfiguration * AsyncCallback * obj -> IAsyncResult
Public Function BeginExecuteUpdateAgents (agentManagedComputers As IList(Of AgentManagedComputer), updateAgentConfiguration As UpdateAgentConfiguration, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

agentManagedComputers
IList<AgentManagedComputer>

List of agent managed computers to update.

updateAgentConfiguration
UpdateAgentConfiguration

Configuration.

callback
AsyncCallback

Callback.

state
Object

Optional state returned in callback.

Returns

IAsyncResult

IAsyncResult

Applies to