ClaimedCashDrawer.RetainDeviceAsync 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.
Conservez la revendication actuelle sur le tiroir-caisse. Cela est généralement appelé en réponse à une notification d’événement ReleaseDeviceRequested .
public:
virtual IAsyncOperation<bool> ^ RetainDeviceAsync() = RetainDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RetainDeviceAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RetainDeviceAsync();
function retainDeviceAsync()
Public Function RetainDeviceAsync () As IAsyncOperation(Of Boolean)
Retours
True si la tentative de conservation a réussi ; false si la tentative de conservation a échoué.
- Attributs