ClaimedCashDrawer.OpenDrawerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.