-api-id | -api-type | -api-device-family-note |
---|---|---|
E:Windows.Devices.PointOfService.ClaimedPosPrinter.ReleaseDeviceRequested |
winrt event |
xbox |
Occurs when a point-of-service printer gets a request to release its exclusive claim.
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.
PosPrinterReleaseDeviceRequestedEventArgs, RetainDeviceAsync, Close