Click or drag to resize

LicensingUtilsCheckFeatureLicensing Method

Checks if the number of users for user-based licensing is exceeded.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void CheckFeatureLicensing(
	IDatabaseRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
Exceptions
ExceptionCondition
LicenseExceptionif the number of users for user-based licensing is exceeded.
See Also