Enum ConfigurationSetEventKind
Describes an observable completed configuration-set lifecycle outcome.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationSetEventKind
Fields
| Name | Description |
|---|---|
| SwitchAlreadyActive | The requested value was already active and the coordinator was already consistent. |
| SwitchPartiallyCommitted | Some bindings changed source before a later participant failed to commit. |
| SwitchRejected | The requested value was rejected without creating a partial coordinated state. |
| SwitchSucceeded | The requested value was fully coordinated across all bindings. |