IManagementPackManagement.UninstallManagementPack(ManagementPack) Method

Definition

Uninstalls the specified management pack.

public:
 void UninstallManagementPack(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack);
public void UninstallManagementPack (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack);
abstract member UninstallManagementPack : Microsoft.EnterpriseManagement.Configuration.ManagementPack -> unit
Public Sub UninstallManagementPack (managementPack As ManagementPack)

Parameters

managementPack
ManagementPack

The management pack.

Exceptions

An error has occurred.

The managementPack parameter is a null reference (Nothing in Visual Basic).

The management pack that is referenced by the managementPack parameter did not uninstall.

Applies to

Thread Safety

This method is thread safe.