21.161. Class InitWorker
Namespace: ArmoniK.Core.Common.Injection.Options
Assembly: ArmoniK.Core.Common.dll
Configuration for
public class InitWorker
21.161.1. Inheritance
21.161.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.161.3. Fields
21.161.3.1. SettingSection
Path to the section containing the values in the configuration object
public const string SettingSection = "InitWorker"
21.161.3.1.1. Field Value
21.161.4. Properties
21.161.4.1. WorkerCheckDelay
public TimeSpan WorkerCheckDelay { get; set; }
21.161.4.1.1. Property Value
21.161.4.2. WorkerCheckRetries
public int WorkerCheckRetries { get; set; }