Search Results for

    Show / Hide Table of Contents

    Enum ServerRole

    The role of a server in an application environment.

    Namespace: Umbraco.Cms.Core.Sync
    Assembly: Umbraco.Core.dll
    Syntax
    public enum ServerRole : byte

    Fields

    Name Description
    SchedulingPublisher

    In a multi-servers environment, the server is the Scheduling Publisher.

    Single

    The server is the single server of a single-server environment.

    Subscriber

    In a multi-servers environment, the server is a Subscriber server.

    Unknown

    The server role is unknown.

    Extension Methods

    DictionaryExtensions.MergeLeft<ServerRole, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<ServerRole, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<ServerRole>()
    ObjectExtensions.AsEnumerableOfOne<ServerRole>()
    ObjectExtensions.ToDictionary<ServerRole, TProperty, TVal>(Expression<Func<ServerRole, TProperty>>[])
    ExpressionHelper.GetPropertyInfo<ServerRole, TProperty>(Expression<Func<ServerRole, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX