Class LicenseCheckConfig
Configuration for license checks
public class LicenseCheckConfig
- Inheritance
-
LicenseCheckConfig
- Inherited Members
Properties
Enabled
Only check for license if this is set to true
public bool Enabled { get; set; }
Property Value
Interval
The connector will check for license updates with this interval (in seconds)
public int Interval { get; set; }