Click or drag to resize

JobUtilZmotifReleaseDeviceReservation Method

Releases the reservation session associated with the reservationToken.

Namespace:  Zebra.Sdk.Card.Zmotif.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void ReleaseDeviceReservation(
	int reservationToken
)

Parameters

reservationToken
Type: SystemInt32
The printer supplied resrevation token.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is a error communicating with the printer.
ZebraCardExceptionIf a printer error occurs.
ZebraIllegalArgumentExceptionIf the reservationToken is invalid.
See Also