ClaimedCashDrawer.OpenDrawerAsync Method

Definition

Opens the cash drawer.

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)

Returns

Boolean indicating whether the drawer was successfully opened.

Attributes

Remarks

All devices support this asynchronous operation.

Applies to