Interface IUmbracoApplicationLifetimeNotification
Represents an Umbraco application lifetime (starting, started, stopping, stopped) notification.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public interface IUmbracoApplicationLifetimeNotification : INotification
Properties
View SourceIsRestarting
Gets a value indicating whether Umbraco is restarting (e.g. after an install or upgrade).
Declaration
bool IsRestarting { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|