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.Boolean |
Methods
View SourceSendAsync(HealthCheckResults, CancellationToken)
Declaration
Task SendAsync(HealthCheckResults results, CancellationToken token)
Parameters
Type | Name | Description |
---|---|---|
HealthCheckResults | results | |
System.Threading.CancellationToken | token |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |