Class HealthCheckNotificationMethodAttribute
Metadata attribute for health check notification methods
Inheritance
System.Object
System.Attribute
Namespace: Umbraco.Web.HealthCheck
Assembly: Umbraco.Web.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class HealthCheckNotificationMethodAttribute : Attribute, _Attribute
Constructors
View SourceHealthCheckNotificationMethodAttribute(String)
Declaration
public HealthCheckNotificationMethodAttribute(string alias)
Parameters
Type | Name | Description |
---|---|---|
System.String | alias |
Properties
View SourceAlias
Declaration
public string Alias { get; }
Property Value
Type | Description |
---|---|
System.String |