Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckNotificationMethodAttribute

    Metadata attribute for health check notification methods.

    Inheritance
    object
    Attribute
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public sealed class HealthCheckNotificationMethodAttribute : Attribute

    Constructors

    View Source

    HealthCheckNotificationMethodAttribute(string)

    Initializes a new instance of the HealthCheckNotificationMethodAttribute class.

    Declaration
    public HealthCheckNotificationMethodAttribute(string alias)
    Parameters
    Type Name Description
    string alias

    The alias for the notification method.

    Properties

    View Source

    Alias

    Gets the alias for the notification method.

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