Class BackgroundEmailSendingJob
Inheritance
System.Object
BackgroundEmailSendingJob
Inherited Members
Namespace: Volo.Abp.Emailing
Assembly: Volo.Abp.Emailing.dll
Syntax
public class BackgroundEmailSendingJob : AsyncBackgroundJob<BackgroundEmailSendingJobArgs>, IAsyncBackgroundJob<BackgroundEmailSendingJobArgs>, ITransientDependency
Constructors
BackgroundEmailSendingJob(IEmailSender)
Declaration
public BackgroundEmailSendingJob(IEmailSender emailSender)
Parameters
| Type | Name | Description |
|---|---|---|
| IEmailSender | emailSender |
Properties
EmailSender
Declaration
protected IEmailSender EmailSender { get; }
Property Value
| Type | Description |
|---|---|
| IEmailSender |
Methods
ExecuteAsync(BackgroundEmailSendingJobArgs)
Declaration
public override Task ExecuteAsync(BackgroundEmailSendingJobArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| BackgroundEmailSendingJobArgs | args |
Returns
| Type | Description |
|---|---|
| Task |
Overrides
Volo.Abp.BackgroundJobs.AsyncBackgroundJob<Volo.Abp.Emailing.BackgroundEmailSendingJobArgs>.ExecuteAsync(Volo.Abp.Emailing.BackgroundEmailSendingJobArgs)
Implements
ITransientDependency