[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Ends the asynchronous operation that is
uninstalling a management pack bundle.
Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Syntax
Visual Basic |
Sub EndUninstallBundle ( _
result As IAsyncResult _
)
|
C# |
void EndUninstallBundle (
IAsyncResult result
)
|
C++ |
void EndUninstallBundle (
IAsyncResult^ result
)
|
J# |
void EndUninstallBundle (
IAsyncResult result
)
|
JScript |
function EndUninstallBundle (
result : IAsyncResult
)
|
Parameters
- result
-
Type: IAsyncResult
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 Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also