IManagementPackManagement.TryImportBundle Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Tries to import the specified management pack bundle into the system.
Overload List
Name | Description |
---|---|
IManagementPackManagement.TryImportBundle (ManagementPackBundle) | Tries to import the specified management pack bundle into the system. All management packs in this bundle get imported. |
IManagementPackManagement.TryImportBundle (ManagementPackBundle, ImportPackagedManagementPackCallback) | Tries to import the specified management pack bundle into the system. The decision of whether a management pack can be imported or not is made by the specified custom callback. If the callback returns false, then the method does not import the management pack. If the callback returns true, then the method imports the management pack. |
See Also
Reference
IManagementPackManagement Interface
IManagementPackManagement Members
Microsoft.EnterpriseManagement Namespace