[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. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As IManagementPackManagement
Dim result As IAsyncResult

instance.EndUninstallManagementPack(result)

Syntax

Visual Basic
Sub EndUninstallManagementPack ( _
		result As IAsyncResult _
)
C#
void EndUninstallManagementPack (
		IAsyncResult result
)
C++
void EndUninstallManagementPack (
		IAsyncResult^ result
)
J#
void EndUninstallManagementPack (
		IAsyncResult result
)
JScript
function EndUninstallManagementPack (
		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