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 | |
---|---|---|
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. |
|
SubmitUninstallAgents(IList<AgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback) | ||
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. |
|
SubmitUninstallAgents(IList<PartialAgentManagedComputer>, UninstallAgentConfiguration, TaskStatusChangeCallback) |
See Also
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top