Click or drag to resize

ILicensingService Interface

Service provides access to plugin licensing.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
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 slot to the client, repeated acquisitions from the same module for the same client will return the same slot.
Top
See Also