SiloHost.ConfigLoaded Property

Definition

Whether the silo config has been loaded and initializing it's runtime config.

public bool ConfigLoaded { get; }
member this.ConfigLoaded : bool
Public ReadOnly Property ConfigLoaded As Boolean

Property Value

Remarks

Changes to silo config properties will be ignored after ConfigLoaded == true.

Applies to