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
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