Class AbpHangfireOptions
Inheritance
AbpHangfireOptions
Assembly: Volo.Abp.HangFire.dll
Syntax
public class AbpHangfireOptions
Constructors
AbpHangfireOptions()
Declaration
public AbpHangfireOptions()
Properties
AdditionalProcesses
Declaration
public IEnumerable<IBackgroundProcess>? AdditionalProcesses { get; set; }
Property Value
BackgroundJobServerFactory
Declaration
public Func<IServiceProvider, BackgroundJobServer?> BackgroundJobServerFactory { get; set; }
Property Value
DefaultQueue
Declaration
public string DefaultQueue { get; set; }
Property Value
DefaultQueuePrefix
Declaration
public string DefaultQueuePrefix { get; set; }
Property Value
MaxQueueNameLength
Declaration
public int MaxQueueNameLength { get; set; }
Property Value
ServerOptions
Declaration
public BackgroundJobServerOptions? ServerOptions { get; set; }
Property Value
Type |
Description |
BackgroundJobServerOptions |
|
Storage
Declaration
public JobStorage? Storage { get; set; }
Property Value
Type |
Description |
JobStorage |
|
Extension Methods