Releases previously acquired slot.
This method will unbind the slot from the client it was acquired for.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void ReleaseSlot( ILicenseSlot slot )
Parameters
- slot
- Type: Resto.Front.Api.V3.Data.LicensingILicenseSlot
The license slot to be released.
Exceptions
Exception | Condition |
---|---|
LicenseSlotReleaseException | License slot could not be released. |
See Also