ManagementGroup::EndUninstallManagementPack Method (IAsyncResult^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Stops uninstalling a management pack.

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

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

Parameters

result
Type: System::IAsyncResult^

The IAsyncResultobject that was returned from theBeginUninstallManagementPackmethod.

Return to top
Show: