Class HealthCheckCompletedNotification
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class HealthCheckCompletedNotification : INotification
Constructors
View SourceHealthCheckCompletedNotification(HealthCheckResults)
Declaration
public HealthCheckCompletedNotification(HealthCheckResults healthCheckResults)
Parameters
Type | Name | Description |
---|---|---|
HealthCheckResults | healthCheckResults |
Properties
View SourceHealthCheckResults
Declaration
public HealthCheckResults HealthCheckResults { get; }
Property Value
Type | Description |
---|---|
HealthCheckResults |