Class HangfireBackgroundWorkerBase
Inheritance
HangfireBackgroundWorkerBase
Assembly: Volo.Abp.BackgroundWorkers.Hangfire.dll
Syntax
public abstract class HangfireBackgroundWorkerBase : BackgroundWorkerBase, IHangfireBackgroundWorker, IBackgroundWorker, IRunnable, ISingletonDependency
Constructors
HangfireBackgroundWorkerBase()
Declaration
protected HangfireBackgroundWorkerBase()
Properties
CronExpression
Declaration
public string CronExpression { get; set; }
Property Value
Queue
Declaration
public string Queue { get; set; }
Property Value
RecurringJobId
Declaration
public string? RecurringJobId { get; set; }
Property Value
TimeZone
Declaration
public TimeZoneInfo? TimeZone { get; set; }
Property Value
Methods
DoWorkAsync(CancellationToken)
Declaration
public abstract Task DoWorkAsync(CancellationToken cancellationToken = default)
Parameters
Returns
Implements
Extension Methods