Search Results for

    Show / Hide Table of Contents
    View Source

    Class SyncBootStateAccessor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Sync
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class SyncBootStateAccessor : ISyncBootStateAccessor

    Constructors

    View Source

    SyncBootStateAccessor(ILogger<SyncBootStateAccessor>, LastSyncedFileManager, IOptionsMonitor<GlobalSettings>, ICacheInstructionService)

    Declaration
    public SyncBootStateAccessor(ILogger<SyncBootStateAccessor> logger, LastSyncedFileManager lastSyncedFileManager, IOptionsMonitor<GlobalSettings> globalSettings, ICacheInstructionService cacheInstructionService)
    Parameters
    Type Name Description
    ILogger<SyncBootStateAccessor> logger
    LastSyncedFileManager lastSyncedFileManager
    IOptionsMonitor<GlobalSettings> globalSettings
    ICacheInstructionService cacheInstructionService

    Methods

    View Source

    GetSyncBootState()

    Declaration
    public SyncBootState GetSyncBootState()
    Returns
    Type Description
    SyncBootState
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SyncBootStateAccessor(ILogger<SyncBootStateAccessor>, LastSyncedFileManager, IOptionsMonitor<GlobalSettings>, ICacheInstructionService)
    • Methods
      • GetSyncBootState()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX