Partager via


StoreQueueItem.CancelInstallAsync Méthode

Définition

Annule l’installation du package actuel dans la file d’attente.

public:
 virtual IAsyncAction ^ CancelInstallAsync() = CancelInstallAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CancelInstallAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CancelInstallAsync();
function cancelInstallAsync()
Public Function CancelInstallAsync () As IAsyncAction

Retours

Objet utilisé pour contrôler l’opération asynchrone.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1809 (introduit dans 10.0.17763.0)
API contract
Windows.Services.Store.StoreContract (introduit dans v4.0)

Remarques

Pour reprendre l’installation du package actuel dans la file d’attente, utilisez ResumeInstallAsync.

S’applique à

Voir aussi