-api-id | -api-type | -api-device-family-note |
---|---|---|
M:Windows.Devices.PointOfService.ClaimedCashDrawer.EnableAsync |
winrt method |
xbox |
Asynchronously notifies the underlying hardware to power on for use.
Whether the attempt to enable succeeded or not.
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.