17.158. Class InitWorker

Namespace: ArmoniK.Core.Common.Injection.Options
Assembly: ArmoniK.Core.Common.dll

Configuration for

public class InitWorker

17.158.1. Inheritance

objectInitWorker

17.158.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

17.158.3. Fields

17.158.3.1. SettingSection

Path to the section containing the values in the configuration object

public const string SettingSection = "InitWorker"

17.158.3.1.1. Field Value

string

17.158.4. Properties

17.158.4.1. WorkerCheckDelay

public TimeSpan WorkerCheckDelay { get; set; }

17.158.4.1.1. Property Value

TimeSpan

17.158.4.2. WorkerCheckRetries

public int WorkerCheckRetries { get; set; }

17.158.4.2.1. Property Value

int