ManagementGroup::BeginUninstallManagementPack Method (ManagementPack^, AsyncCallback^, Object^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Asynchronously uninstalls a management pack.

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

public:
[ObsoleteAttribute("Please use ManagementPacks.BeginUninstallManagementPack()")]
IAsyncResult^ BeginUninstallManagementPack(
	ManagementPack^ managementPack,
	AsyncCallback^ callback,
	Object^ state
)

Parameters

managementPack
Type: Microsoft.EnterpriseManagement.Configuration::ManagementPack^

The management pack to uninstall from the management group.

callback
Type: System::AsyncCallback^

The callback method that gets called when the management pack is uninstalled.

state
Type: System::Object^

The optional state to pass back to the callback method.

Return Value

Type: System::IAsyncResult^

Returns anIAsyncResultobject.

Return to top
Show: