TLLInterfaceIsLicenseValid Method |
You can call this function to verify user's license stored in registry. When new instance of TLLInterface class is initialized, this function called automatically.
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool IsLicenseValid()
Public Function IsLicenseValid As Boolean
public:
bool IsLicenseValid()
member IsLicenseValid : unit -> bool
Return Value
Type:
BooleanBool: True if license was successfully verified
Remarks See Also