ManagementGroup.EndUninstallManagementPack(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use ManagementPacks.EndUninstallManagementPack()
Uninstalls the given management pack from the system.
public:
void EndUninstallManagementPack(IAsyncResult ^ result);
[System.Obsolete("Please use ManagementPacks.EndUninstallManagementPack()")]
public void EndUninstallManagementPack (IAsyncResult result);
member this.EndUninstallManagementPack : IAsyncResult -> unit
Public Sub EndUninstallManagementPack (result As IAsyncResult)
Parameters
- result
- IAsyncResult
The IAsyncResult.
- Attributes
Exceptions
result is null