Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoApplicationLifetime

    Namespace: Umbraco.Cms.Core.Hosting
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IUmbracoApplicationLifetime

    Properties

    View Source

    IsRestarting

    A value indicating whether the application is restarting after the current request.

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

    Methods

    View Source

    Restart()

    Terminates the current application. The application restarts the next time a request is received for it.

    Declaration
    void Restart()
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsRestarting
    • Methods
      • Restart()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX