ManagementGroup::EndImportManagementPack Method (IAsyncResult^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Stops importing a management pack.

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

public:
[ObsoleteAttribute("Please use ManagementPacks.EndImportManagementPack()")]
void EndImportManagementPack(
	IAsyncResult^ result
)

Parameters

result
Type: System::IAsyncResult^

The IAsyncResultobject that was returned from theBeginImportManagementPackmethod.

Return to top
Show: