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>()
    EnumExtensions.HasFlagAny<ServerRole>(ServerRole)
    ObjectExtensions.AsEnumerableOfOne<ServerRole>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<ServerRole, TProperty, TVal>(Expression<Func<ServerRole, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<ServerRole, TProperty>(Expression<Func<ServerRole, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX