View Source
Class AspNetCoreUmbracoApplicationLifetime
Inheritance
System.Object
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