ImportPackagedManagementPackCallback Delegate

System Center

Updated: April 25, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the method that handles importing management packs from a package.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As New ImportPackagedManagementPackCallback(AddressOf HandlerMethod)

public delegate bool ImportPackagedManagementPackCallback (
	EnterpriseManagementGroup^ group, 
	ManagementPackBundle^ package, 
	ManagementPack^ managementPack
)
/** @delegate */
public delegate boolean ImportPackagedManagementPackCallback (
	EnterpriseManagementGroup group, 
	ManagementPackBundle package, 
	ManagementPack managementPack
)

Parameters

group

The management group into which the management pack is being imported.

package

The package to which the management pack belongs to, and is being imported from.

managementPack

The management pack to be imported.

The management pack is not imported if this method returns false.


Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: