Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckCompletedNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class HealthCheckCompletedNotification : INotification

    Constructors

    View Source

    HealthCheckCompletedNotification(HealthCheckResults)

    Declaration
    public HealthCheckCompletedNotification(HealthCheckResults healthCheckResults)
    Parameters
    Type Name Description
    HealthCheckResults healthCheckResults

    Properties

    View Source

    HealthCheckResults

    Declaration
    public HealthCheckResults HealthCheckResults { get; }
    Property Value
    Type Description
    HealthCheckResults
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • HealthCheckCompletedNotification(HealthCheckResults)
    • Properties
      • HealthCheckResults
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX