次の方法で共有


ManagementServer.SubmitUninstallAgents Method

 

Applies To: Operations Manager for System Center 2012

Starts an asynchronous operation to uninstall agents on a specified collection of managed computers and receives notification when the status of any uninstall changes.

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

Overload List

Name Description
System_CAPS_pubmethod SubmitUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to uninstall agents on a specified collection of managed computers and receives notification when the status of any uninstall changes.

System_CAPS_pubmethod SubmitUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback)

System_CAPS_pubmethod SubmitUninstallAgents(IList<PartialAgentManagedComputer>, UninstallAgentConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Starts an asynchronous operation to uninstall agents on a specified collection of managed computers in accordance with the specified uninstall configuration and receives notification when the status of any uninstall changes.

System_CAPS_pubmethod SubmitUninstallAgents(IList<PartialAgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback)

See Also

ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top