Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    HealthCheckCompletedNotification(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 Source

    HealthCheckResults

    Gets the results of the completed health checks.

    Declaration
    public HealthCheckResults HealthCheckResults { get; }
    Property Value
    Type Description
    HealthCheckResults
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX