ILicensingService InterfaceiikoFront Api V3 Documentation
Service provides access to plugin licensing.

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#
public interface ILicensingService

The ILicensingService type exposes the following members.

Methods

  NameDescription
Public methodAcquireSlot
Acquires one slot from the specified module for client with specified identifier. This method will temporarily bind returned slot to the client, so repeated acquisitions from the same module for the same client will return the same slot.
Public methodReleaseSlot
Releases previously acquired slot. This method will unbind the slot from the client it was acquired for.
Top
See Also

Reference