Share via


PackageDeploymentManager.RemovePackageByUriAsync Method

Definition

public:
 virtual IAsyncOperationWithProgress<PackageDeploymentResult ^, PackageDeploymentProgress> ^ RemovePackageByUriAsync(Uri ^ packageUri, RemovePackageOptions ^ options) = RemovePackageByUriAsync;
IAsyncOperationWithProgress<PackageDeploymentResult, PackageDeploymentProgress> RemovePackageByUriAsync(Uri const& packageUri, RemovePackageOptions const& options);
public IAsyncOperationWithProgress<PackageDeploymentResult,PackageDeploymentProgress> RemovePackageByUriAsync(System.Uri packageUri, RemovePackageOptions options);
function removePackageByUriAsync(packageUri, options)
Public Function RemovePackageByUriAsync (packageUri As Uri, options As RemovePackageOptions) As IAsyncOperationWithProgress(Of PackageDeploymentResult, PackageDeploymentProgress)

Parameters

packageUri
Uri Uri

Returns

Applies to