Class AbpBackgroundJobWorkerOptions
Inheritance
object
AbpBackgroundJobWorkerOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.dll
Syntax
public class AbpBackgroundJobWorkerOptions
Constructors
AbpBackgroundJobWorkerOptions()
Declaration
public AbpBackgroundJobWorkerOptions()
Properties
DefaultFirstWaitDuration
Declaration
public int DefaultFirstWaitDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DefaultTimeout
Declaration
public int DefaultTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DefaultWaitFactor
Declaration
public double DefaultWaitFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
JobPollPeriod
Declaration
public int JobPollPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxJobFetchCount
Declaration
public int MaxJobFetchCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |