Enum SwitchableJsonConfigurationEventKind
Identifies an observable provider/source lifecycle outcome.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.SwitchableJson
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum SwitchableJsonConfigurationEventKind
Fields
| Name | Description |
|---|---|
| ActiveSourceReloadRejected | The active source changed on disk but the new candidate was rejected; last-known-good data remained active. |
| ActiveSourceReloaded | The active source changed on disk and was successfully loaded, whether or not effective data changed. |
| SwitchAlreadyCurrent | The requested source was already current, so no source or configuration state changed. |
| SwitchRejected | The requested candidate was rejected and the current source remained active. |
| SwitchSucceeded | A different source path was successfully selected. |