Class ConfigurationSetPendingRestartChange
Describes a desired value that is intentionally waiting for the next host startup.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class ConfigurationSetPendingRestartChange
Properties
| Edit this page View SourceActiveValue
Gets the last fully coordinated active value; interpret it together with consistency state.
Declaration
public string ActiveValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
ApplyMode
Gets the code-owned desired-state apply mode.
Declaration
public ConfigurationSetApplyMode ApplyMode { get; }
Property Value
| Type | Description |
|---|---|
| ConfigurationSetApplyMode |
DesiredValue
Gets the desired value owned by the configured desired-state store.
Declaration
public string DesiredValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets the configuration-set identity.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |