TLLInterface Constructor (TLLInitChunk) |
Initializes class with TLL Init Chunk object
Namespace: TreeksLicensingLibrary2.EasyIntegrationAssembly: TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.7284.34511 (2.1.0.0)
Syntax public TLLInterface(
TLLInitChunk chunk
)
Public Sub New (
chunk As TLLInitChunk
)
public:
TLLInterface(
TLLInitChunk^ chunk
)
new :
chunk : TLLInitChunk -> TLLInterface
Parameters
- chunk
- Type: TreeksLicensingLibrary2.EasyIntegrationTLLInitChunk
Init chunk object with configuration
Remarks See Also