Class NonRuntimeLevelBootStateAccessor
Boot state implementation for when umbraco is not in the run state
Inheritance
System.Object
Namespace: Umbraco.Core.Sync
Assembly: Umbraco.Core.dll
Syntax
public class NonRuntimeLevelBootStateAccessor : ISyncBootStateAccessor
Methods
View SourceGetSyncBootState()
Declaration
public SyncBootState GetSyncBootState()
Returns
Type | Description |
---|---|
SyncBootState |
Events
View SourceBooting
Declaration
public event EventHandler<SyncBootState> Booting
Event Type
Type | Description |
---|---|
System.EventHandler<SyncBootState> |