IManagementPackManagement.EndUninstallBundle Method
Ends the asynchronous operation that is uninstalling 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.EndUninstallBundle(result)
Syntax
'Declaration
Sub EndUninstallBundle ( _
result As IAsyncResult _
)
void EndUninstallBundle (
IAsyncResult result
)
void EndUninstallBundle (
IAsyncResult^ result
)
void EndUninstallBundle (
IAsyncResult result
)
function EndUninstallBundle (
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