DeployLX Software Protection System

DomainNameLimit..::..Granted Method

Called every time the SecureLicense is granted. Used to enforce limits that must be checked each time the license is validated.

Syntax

Public Overrides Function Granted ( _
	context As SecureLicenseContext _
) As ValidationResult
public override ValidationResult Granted(
	SecureLicenseContext context
)

Parameters

context
The SecureLicenseContext used to determine the environment and settings of the licensing.

Return Value

Returns one of the ValidationResult values indicating the status of the validation.

Remarks

Checks in this method should be very fast because they are called every time a licensed object is created. The default implementation simply notifies all child limits that the license has been granted.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also