Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

installationmanager_removepackageasync_1331217245.md

File metadata and controls

29 lines (20 loc) · 1.08 KB
-api-id -api-type
M:Windows.Phone.Management.Deployment.InstallationManager.RemovePackageAsync(System.String,Windows.Management.Deployment.RemovalOptions)
winrt method

Windows.Phone.Management.Deployment.InstallationManager.RemovePackageAsync

-description

Removes a package for the current user asynchronously and receives progress and status messages on the removal operation. Dependency packages are also removed for the user if no other packages installed for the user depend on them.

-parameters

-param packageFullName

A string representation of the package identity to identify the package to be removed.

-param removalOptions

Options that modify the removal operation.

-returns

An object that represents the asynchronous removal operation and includes progress updates.

-remarks

-examples

-see-also