IManagementPackManagement.EndUninstallManagementPack(IAsyncResult) Method

Definition

Ends the asynchronous operation that is uninstalling a management pack.

public:
 void EndUninstallManagementPack(IAsyncResult ^ result);
public void EndUninstallManagementPack (IAsyncResult result);
abstract member EndUninstallManagementPack : IAsyncResult -> unit
Public Sub EndUninstallManagementPack (result As IAsyncResult)

Parameters

result
IAsyncResult

The status of the asynchronous request.

Exceptions

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

Applies to

Thread Safety

This method is thread safe.