View Source
Class EmailNotificationMethod
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[HealthCheckNotificationMethod("email")]
public class EmailNotificationMethod : NotificationMethodBase, IHealthCheckNotificationMethod, IDiscoverable
Constructors
View Source
EmailNotificationMethod(ILocalizedTextService, IRuntimeState, ILogger)
Declaration
public EmailNotificationMethod(ILocalizedTextService textService, IRuntimeState runtimeState, ILogger logger)
Parameters
Properties
View Source
RecipientEmail
Declaration
public string RecipientEmail { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
SendAsync(HealthCheckResults, CancellationToken)
Declaration
public override async Task SendAsync(HealthCheckResults results, CancellationToken token)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|