Freigeben über


ClaimedPosPrinter.RetainDeviceAsync Methode

Definition

Behält den Anspruch asynchron auf dem Point-of-Service-Drucker bei, normalerweise als Reaktion auf das ReleaseDeviceRequested-Ereignis .

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)

Gibt zurück

True, wenn der Drucker erfolgreich beibehalten wurde; Andernfalls false.

Attribute

Gilt für:

Weitere Informationen