ClaimedCashDrawer.OpenDrawerAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ouvre le tiroir-caisse.
public:
virtual IAsyncOperation<bool> ^ OpenDrawerAsync() = OpenDrawerAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> OpenDrawerAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> OpenDrawerAsync();
function openDrawerAsync()
Public Function OpenDrawerAsync () As IAsyncOperation(Of Boolean)
Retours
Boolean indiquant si le tiroir a été correctement ouvert.
- Attributs
Remarques
Tous les appareils prennent en charge cette opération asynchrone.