IManagementPackManagement.BeginUninstallManagementPack Method

Definition

Asynchronously starts to uninstall a single management pack.

public:
 IAsyncResult ^ BeginUninstallManagementPack(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginUninstallManagementPack (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack, AsyncCallback callback, object state);
abstract member BeginUninstallManagementPack : Microsoft.EnterpriseManagement.Configuration.ManagementPack * AsyncCallback * obj -> IAsyncResult
Public Function BeginUninstallManagementPack (managementPack As ManagementPack, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

managementPack
ManagementPack

The management pack to uninstall.

callback
AsyncCallback

The callback method that is called when the management pack uninstall has completed.

state
Object

The optional state object to pass back to the callback method.

Returns

The status of the asynchronous request.

Exceptions

The managementPack parameter is a null reference (Nothing in Visual Basic).

Applies to

Thread Safety

This method is thread safe.