Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IHealthCheckNotificationMethod

    Defines a method for sending health check notifications.

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

    Properties

    View Source

    Enabled

    Gets a value indicating whether this notification method is enabled.

    Declaration
    bool Enabled { get; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    SendAsync(HealthCheckResults)

    Sends the health check results via this notification method.

    Declaration
    Task SendAsync(HealthCheckResults results)
    Parameters
    Type Name Description
    HealthCheckResults results

    The health check results to send.

    Returns
    Type Description
    Task

    A task representing the asynchronous operation.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX