Class AbpHangfireOptions
Inheritance
System.Object
AbpHangfireOptions
Assembly: Volo.Abp.HangFire.dll
Syntax
public class AbpHangfireOptions : object
Constructors
AbpHangfireOptions()
Declaration
public AbpHangfireOptions()
Properties
AdditionalProcesses
Declaration
public IEnumerable<IBackgroundProcess> AdditionalProcesses { get; set; }
Property Value
Type |
Description |
IEnumerable<IBackgroundProcess> |
|
BackgroundJobServerFactory
Declaration
public Func<IServiceProvider, BackgroundJobServer> BackgroundJobServerFactory { get; set; }
Property Value
Type |
Description |
Func<IServiceProvider, BackgroundJobServer> |
|
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