Enum SwitchableJsonSwitchStatus
Describes the completed outcome of a manual source switch.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.SwitchableJson
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum SwitchableJsonSwitchStatus
Fields
| Name | Description |
|---|---|
| AlreadyCurrent | The requested normalized path was already the current source. |
| Rejected | The requested switch could not be committed and the current source was retained. |
| Succeeded | The requested source was loaded and became the current source. |