Freigeben über


StoreQueueItem.CancelInstallAsync Methode

Definition

Bricht die Installation für das aktuelle Paket in der Warteschlange ab.

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

Gibt zurück

Das -Objekt, das zum Steuern des asynchronen Vorgangs verwendet wird.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Services.Store.StoreContract (eingeführt in v4.0)

Hinweise

Verwenden Sie ResumeInstallAsync, um die Installation für das aktuelle Paket in der Warteschlange fortzusetzen.

Gilt für:

Weitere Informationen