ManagementServer.BeginExecuteUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, AsyncCallback, Object) 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.
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