Class ConfigurationSetParticipantSwitchResult
Describes one participant commit that completed before the configuration-set operation finished.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class ConfigurationSetParticipantSwitchResult
Properties
| Edit this page View SourceConfigurationChanged
Gets whether this participant changed its effective configuration key/value snapshot.
Declaration
public bool ConfigurationChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
CurrentSourcePath
Gets the source path active after the participant commit.
Declaration
public string CurrentSourcePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets the bound participant identity.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousSourcePath
Gets the source path active before the participant commit.
Declaration
public string PreviousSourcePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
SourceChanged
Gets whether this participant selected a different source.
Declaration
public bool SourceChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |