Search Results for

    Show / Hide Table of Contents
    View Source

    Class AspNetCoreUmbracoApplicationLifetime

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.AspNetCore
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class AspNetCoreUmbracoApplicationLifetime : IUmbracoApplicationLifetime

    Constructors

    View Source

    AspNetCoreUmbracoApplicationLifetime(IHostApplicationLifetime)

    Declaration
    public AspNetCoreUmbracoApplicationLifetime(IHostApplicationLifetime hostApplicationLifetime)
    Parameters
    Type Name Description
    Microsoft.Extensions.Hosting.IHostApplicationLifetime hostApplicationLifetime

    Properties

    View Source

    IsRestarting

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

    Methods

    View Source

    Restart()

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