Class ConfigurationSetEventArgs
Provides completed configuration-set lifecycle information to interested consumers.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class ConfigurationSetEventArgs : EventArgs
Properties
| Edit this page View SourceKind
Gets the lifecycle event kind.
Declaration
public ConfigurationSetEventKind Kind { get; }
Property Value
| Type | Description |
|---|---|
| ConfigurationSetEventKind |
Result
Gets the completed switch result represented by this event.
Declaration
public ConfigurationSetSwitchResult Result { get; }
Property Value
| Type | Description |
|---|---|
| ConfigurationSetSwitchResult |