Enum ConfigurationSetApplyMode
Controls when a desired configuration-set value is applied to its runtime coordinator.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationSetApplyMode
Fields
| Name | Description |
|---|---|
| Runtime | Desired-state changes may be applied while the host is running. |
| StartupOnly | Desired-state changes are applied during startup and remain pending while the current host is running. |