Dela via


IManagementPackManagement.EndImportBundle Method

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

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IManagementPackManagement
Dim result As IAsyncResult

instance.EndImportBundle(result)

Syntax

'Declaration
Sub EndImportBundle ( _
    result As IAsyncResult _
)
void EndImportBundle (
    IAsyncResult result
)
void EndImportBundle (
    IAsyncResult^ result
)
void EndImportBundle (
    IAsyncResult result
)
function EndImportBundle (
    result : IAsyncResult
)

Parameters

  • result
    The status of the asynchronous request.

Exceptions

Exception type Condition
ArgumentNullException

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

Thread Safety

This method is thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IManagementPackManagement Interface
IManagementPackManagement Members
Microsoft.EnterpriseManagement Namespace