Share via


ManagementServer.BeginExecuteInstallAgents Method

 

Applies To: Operations Manager for System Center 2012

Starts an operation to install agents on a specified collection of Windows-based computers.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CreatableEnterpriseManagementObject>, IList<ManagementServer>, InstallAgentConfiguration, AsyncCallback, Object)

System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CreatableEnterpriseManagementObject>, InstallAgentConfiguration, AsyncCallback, Object)

System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CustomMonitoringObject>, IList<ManagementServer>, InstallAgentConfiguration, AsyncCallback, Object)

Obsolete.Starts an asynchronous operation to install agents on a specified collection of Windows-based computers.

System_CAPS_pubmethod BeginExecuteInstallAgents(IList<CustomMonitoringObject>, InstallAgentConfiguration, AsyncCallback, Object)

Obsolete.Starts an asynchronous operation to install agents on a specified collection of Windows-based computers.

See Also

ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top