Class AbpHangfireOptions
Inheritance
object
AbpHangfireOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Hangfire
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
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T><IBackgroundProcess> |
BackgroundJobServerFactory
Declaration
public Func<IServiceProvider, BackgroundJobServer> BackgroundJobServerFactory { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T, TResult><System.IServiceProvider, Hangfire.BackgroundJobServer> |
ServerOptions
Declaration
public BackgroundJobServerOptions ServerOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Hangfire.BackgroundJobServerOptions |
Storage
Declaration
public JobStorage Storage { get; set; }
Property Value
| Type | Description |
|---|---|
| Hangfire.JobStorage |