ClaimedCashDrawer.EnableAsync 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.
Avertit de manière asynchrone le matériel sous-jacent à mettre sous tension pour utilisation.
public:
virtual IAsyncOperation<bool> ^ EnableAsync() = EnableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> EnableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> EnableAsync();
function enableAsync()
Public Function EnableAsync () As IAsyncOperation(Of Boolean)
Retours
Indique si la tentative d’activation a réussi ou non.
- Attributs
Remarques
Cela se comporte de manière identique à l’API périphérique POS existante, à l’exception du fait que cette API retourne une instance de booléen> IAsyncOperation<au lieu d’IAsyncAction, de sorte que l’appelant n’a pas besoin d’intercepter des exceptions pour déterminer si la tentative d’activation a réussi ou non.