Class ConfigurationSetStateStoreEventArgs
Provides completed state-store lifecycle information to interested consumers.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class ConfigurationSetStateStoreEventArgs : EventArgs
Properties
| Edit this page View SourceApplyResult
Gets the apply result for apply/reject events, or null for pure materialization.
Declaration
public ConfigurationSetStateApplyResult? ApplyResult { get; }
Property Value
| Type | Description |
|---|---|
| ConfigurationSetStateApplyResult |
FilePath
Gets the normalized state-file path.
Declaration
public string FilePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Gets the lifecycle event kind.
Declaration
public ConfigurationSetStateStoreEventKind Kind { get; }
Property Value
| Type | Description |
|---|---|
| ConfigurationSetStateStoreEventKind |
Sequence
Gets the monotonically increasing lifecycle sequence scoped to this store.
Declaration
public long Sequence { get; }
Property Value
| Type | Description |
|---|---|
| long |
Timestamp
Gets the UTC timestamp at which the lifecycle outcome completed.
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |