Interface IHealthCheckNotificationMethod
Namespace: Umbraco.Cms.Core.HealthChecks.NotificationMethods
Assembly: Umbraco.Core.dll
Syntax
public interface IHealthCheckNotificationMethod : IDiscoverable
Properties
View SourceEnabled
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceSendAsync(HealthCheckResults)
Declaration
Task SendAsync(HealthCheckResults results)
Parameters
Type | Name | Description |
---|---|---|
HealthCheckResults | results |
Returns
Type | Description |
---|---|
Task |