SystemInfoGetLicenseInfo Method

CVB.Net Documentation
Get information about available licenses.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static LicenseInfo[] GetLicenseInfo()

Return Value

Type: LicenseInfo
An array containing the currently available licenses.
Remarks

In theory, the collection of available licenses can change any time. However, it is fairly unlikely that during runtime someone unplugs a dongle or removes a Node Locked license, so Common Vision Blox does not implement a costly push/event model for notifying clients during runtime about the presence of new licenses or the loss of a license. Instead, the license information can and needs to be queried using this method.
See Also

Reference