Click or drag to resize

TLLInterfaceRegister Method

This function validates supplied license and when valid, it is stored in registry.

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public string Register(
	string strLicense
)

Parameters

strLicense
Type: SystemString
License string or path to the license file (generated by toolbox or licensing server)

Return Value

Type: String
OK string on success, otherwise error message
Remarks
This is used for offline registration or registration without TLL licensing server
See Also