Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoApplicationStartedNotification

    Notification that occurs when Umbraco has completely booted up and the request processing pipeline is configured.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class UmbracoApplicationStartedNotification : IUmbracoApplicationLifetimeNotification, INotification
    Remarks

    This notification is published after Umbraco has fully started and is ready to process requests. Use this notification for initialization tasks that depend on Umbraco being fully operational.

    Constructors

    View Source

    UmbracoApplicationStartedNotification(bool)

    Initializes a new instance of the UmbracoApplicationStartedNotification class.

    Declaration
    public UmbracoApplicationStartedNotification(bool isRestarting)
    Parameters
    Type Name Description
    bool isRestarting

    A value indicating 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
    bool

    true if Umbraco is restarting; otherwise, false.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX