IManagementPackManagement.EndImportBundle(IAsyncResult) Method

Definition

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

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