IManagementPackManagement.EndUninstallBundle(IAsyncResult) Method

Definition

Ends the asynchronous operation that is uninstalling a management pack bundle.

public:
 void EndUninstallBundle(IAsyncResult ^ result);
public void EndUninstallBundle (IAsyncResult result);
abstract member EndUninstallBundle : IAsyncResult -> unit
Public Sub EndUninstallBundle (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.