CashDrawer.ClaimDrawerAsync Method

Definition

Attempts to get exclusive access on the cash drawer.

public:
 virtual IAsyncOperation<ClaimedCashDrawer ^> ^ ClaimDrawerAsync() = ClaimDrawerAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ClaimedCashDrawer> ClaimDrawerAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ClaimedCashDrawer> ClaimDrawerAsync();
function claimDrawerAsync()
Public Function ClaimDrawerAsync () As IAsyncOperation(Of ClaimedCashDrawer)

Returns

When the method completes, it returns a ClaimedCashDrawer.

Attributes

Applies to