IManagementPackManagement.EndImportManagementPack Method
Ends the asynchronous operation that is importing a management pack.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As IManagementPackManagement
Dim result As IAsyncResult
instance.EndImportManagementPack(result)
Syntax
'Declaration
Sub EndImportManagementPack ( _
result As IAsyncResult _
)
void EndImportManagementPack (
IAsyncResult result
)
void EndImportManagementPack (
IAsyncResult^ result
)
void EndImportManagementPack (
IAsyncResult result
)
function EndImportManagementPack (
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