Class NonRuntimeLevelBootStateAccessor
Boot state implementation for when Umbraco is not in the run state.
Inheritance
object
Namespace: Umbraco.Cms.Core.Sync
Assembly: Umbraco.Core.dll
Syntax
public sealed class NonRuntimeLevelBootStateAccessor : ISyncBootStateAccessor
Remarks
This accessor always returns Unknown because synchronization is not applicable when the application is not fully running.
Constructors
View SourceNonRuntimeLevelBootStateAccessor()
Declaration
public NonRuntimeLevelBootStateAccessor()
Methods
View SourceGetSyncBootState()
Get the SyncBootState
Declaration
public SyncBootState GetSyncBootState()
Returns
| Type | Description |
|---|---|
| SyncBootState |