Enum ConfigurationSetSwitchStatus
Describes the completed outcome of requesting a configuration-set value change.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationSetSwitchStatus
Fields
| Name | Description |
|---|---|
| AlreadyActive | The requested value was already active and the coordinator was already consistent. |
| PartiallyCommitted | At least one participant changed source before a later participant failed to commit, so the coordinator can no longer claim that all bindings represent one known set value. |
| Rejected | The requested value was rejected before any bound participant changed source. |
| Succeeded | The requested allowed value was fully coordinated across all bound participants. |