Search Results for

    Show / Hide Table of Contents

    Enum SyncBootState

    Represents the synchronization boot state of the application.

    Namespace: Umbraco.Cms.Core.Sync
    Assembly: Umbraco.Core.dll
    Syntax
    public enum SyncBootState
    Remarks

    The boot state indicates whether the application has previous sync state available, which affects how cache synchronization is performed during startup.

    Fields

    Name Description
    ColdBoot

    Cold boot. No sync state is present; full cache rebuild may be required.

    Unknown

    Unknown state. Treat as WarmBoot.

    WarmBoot

    Warm boot. Sync state is present; incremental cache updates can be applied.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<SyncBootState, TProperty>(SyncBootState, Expression<Func<SyncBootState, TProperty>>)
    DictionaryExtensions.MergeLeft<SyncBootState, TK, TV>(SyncBootState, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<SyncBootState, TK, TV>(SyncBootState, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<SyncBootState>(SyncBootState)
    ObjectExtensions.AsEnumerableOfOne<SyncBootState>(SyncBootState)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX