Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IHealthCheckNotificationMethod

    Namespace: Umbraco.Cms.Core.HealthChecks.NotificationMethods
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IHealthCheckNotificationMethod : IDiscoverable

    Properties

    View Source

    Enabled

    Declaration
    bool Enabled { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    SendAsync(HealthCheckResults)

    Declaration
    Task SendAsync(HealthCheckResults results)
    Parameters
    Type Name Description
    HealthCheckResults results
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Enabled
    • Methods
      • SendAsync(HealthCheckResults)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX