Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoApplicationStoppedNotification

    Notification that occurs when Umbraco has completely shutdown.

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

    Constructors

    View Source

    UmbracoApplicationStoppedNotification(Boolean)

    Initializes a new instance of the UmbracoApplicationStoppedNotification class.

    Declaration
    public UmbracoApplicationStoppedNotification(bool isRestarting)
    Parameters
    Type Name Description
    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.

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