Class HealthCheckCompletedNotification
Notification published when health checks have been completed.
Inheritance
object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class HealthCheckCompletedNotification : INotification
Remarks
This notification is published after the health check runner has executed all configured health checks, allowing handlers to process or act on the results.
Constructors
View SourceHealthCheckCompletedNotification(HealthCheckResults)
Initializes a new instance of the HealthCheckCompletedNotification class.
Declaration
public HealthCheckCompletedNotification(HealthCheckResults healthCheckResults)
Parameters
| Type | Name | Description |
|---|---|---|
| HealthCheckResults | healthCheckResults | The results of the completed health checks. |
Properties
View SourceHealthCheckResults
Gets the results of the completed health checks.
Declaration
public HealthCheckResults HealthCheckResults { get; }
Property Value
| Type | Description |
|---|---|
| HealthCheckResults |