Table of Contents

Class LicenseCheckConfig

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

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

bool

Interval

The connector will check for license updates with this interval (in seconds)

public int Interval { get; set; }

Property Value

int