Click or drag to resize

ILicensingServiceAcquireSlot Method

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.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDisposable AcquireSlot(
	int moduleId,
	Guid clientId
)

Parameters

moduleId  Int32
The licensable module identifier.
clientId  Guid
The calling client identifier.

Return Value

IDisposable
A token for single licensing unit (plugin instance or external connection), disposing it releases slot and unbinds the slot from the client.
Exceptions
ExceptionCondition
InsufficientLicenseExceptionLicense slot could not be acquired.
See Also