Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

claimedposprinter_releasedevicerequested.md

File metadata and controls

22 lines (16 loc) · 1.06 KB
-api-id -api-type -api-device-family-note
E:Windows.Devices.PointOfService.ClaimedPosPrinter.ReleaseDeviceRequested
winrt event
xbox

Windows.Devices.PointOfService.ClaimedPosPrinter.ReleaseDeviceRequested

-description

Occurs when a point-of-service printer gets a request to release its exclusive claim.

-remarks

When this event occurs, the app has a two-second window of time to call the RetainDeviceAsync so that the app can keep exclusive claim on the device. Alternatively, the app can call Close to release the claim and end the window immediately.

-examples

-see-also

PosPrinterReleaseDeviceRequestedEventArgs, RetainDeviceAsync, Close