Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    NonRuntimeLevelBootStateAccessor()

    Declaration
    public NonRuntimeLevelBootStateAccessor()

    Methods

    View Source

    GetSyncBootState()

    Get the SyncBootState

    Declaration
    public SyncBootState GetSyncBootState()
    Returns
    Type Description
    SyncBootState
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX