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