Search Results for

    Show / Hide Table of Contents

    Class SyncBootStateAccessor

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

    Constructors

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

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

    Methods

    GetSyncBootState()

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