Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 753 Bytes

claimedcashdrawer_enableasync_208845947.md

File metadata and controls

24 lines (17 loc) · 753 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ClaimedCashDrawer.EnableAsync
winrt method
xbox

Windows.Devices.PointOfService.ClaimedCashDrawer.EnableAsync

-description

Asynchronously notifies the underlying hardware to power on for use.

-returns

Whether the attempt to enable succeeded or not.

-remarks

This behaves identically to the existing POS peripheral API with the exception that this API returns an instance of IAsyncOperation<boolean> instead of IAsyncAction, so the caller does not need to catch exceptions to determine whether the attempt to enable succeeded or not.

-examples

-see-also