Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoApplicationStartingNotification

    Notification that occurs at the very end of the Umbraco boot process (after all s are initialized).

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class UmbracoApplicationStartingNotification : IUmbracoApplicationLifetimeNotification, INotification

    Constructors

    View Source

    UmbracoApplicationStartingNotification(RuntimeLevel)

    Initializes a new instance of the UmbracoApplicationStartingNotification class.

    Declaration
    public UmbracoApplicationStartingNotification(RuntimeLevel runtimeLevel)
    Parameters
    Type Name Description
    RuntimeLevel runtimeLevel

    The runtime level

    View Source

    UmbracoApplicationStartingNotification(RuntimeLevel, Boolean)

    Initializes a new instance of the UmbracoApplicationStartingNotification class.

    Declaration
    public UmbracoApplicationStartingNotification(RuntimeLevel runtimeLevel, bool isRestarting)
    Parameters
    Type Name Description
    RuntimeLevel runtimeLevel

    The runtime level

    System.Boolean isRestarting

    Indicates whether Umbraco is restarting.

    Properties

    View Source

    IsRestarting

    Gets a value indicating whether Umbraco is restarting (e.g. after an install or upgrade).

    Declaration
    public bool IsRestarting { get; }
    Property Value
    Type Description
    System.Boolean

    true if Umbraco is restarting; otherwise, false.

    View Source

    RuntimeLevel

    Gets the runtime level.

    Declaration
    public RuntimeLevel RuntimeLevel { get; }
    Property Value
    Type Description
    RuntimeLevel

    The runtime level.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoApplicationStartingNotification(RuntimeLevel)
      • UmbracoApplicationStartingNotification(RuntimeLevel, Boolean)
    • Properties
      • IsRestarting
      • RuntimeLevel
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX