LexActivator.IsLicenseGenuine() - server check

Hi there,

If we call LexActivator.IsLicenseGenuine() from time to time (not only at application start):

  1. does it schedule a server check in a separate new thread every time?
  2. Is the new thread deleted after each server check?
  3. Does it reuse the same thread on every check?

I’m concerned about an eventual growing number of threads on the system over time.

Thank you,
Tiago Costa

Hi Tiago,

It only uses a single thread, which is created when you call LexActivator.IsLicenseGenuine() first time.

Regards,
Adnan