Class BackgroundEmailSendingJob
Inheritance
BackgroundEmailSendingJob
Assembly: Volo.Abp.Emailing.dll
Syntax
public class BackgroundEmailSendingJob : AsyncBackgroundJob<BackgroundEmailSendingJobArgs>, IAsyncBackgroundJob<BackgroundEmailSendingJobArgs>, ITransientDependency
Constructors
BackgroundEmailSendingJob(IEmailSender)
Declaration
public BackgroundEmailSendingJob(IEmailSender emailSender)
Parameters
Properties
EmailSender
Declaration
protected IEmailSender EmailSender { get; }
Property Value
Methods
ExecuteAsync(BackgroundEmailSendingJobArgs)
Declaration
public override Task ExecuteAsync(BackgroundEmailSendingJobArgs args)
Parameters
Returns
Overrides
Implements
Extension Methods