Class AbpBackgroundJobQuartzOptions
Inheritance
System.Object
AbpBackgroundJobQuartzOptions
Assembly: Volo.Abp.BackgroundJobs.Quartz.dll
Syntax
public class AbpBackgroundJobQuartzOptions : object
Constructors
AbpBackgroundJobQuartzOptions()
Declaration
public AbpBackgroundJobQuartzOptions()
Properties
RetryCount
Declaration
public int RetryCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RetryIntervalMillisecond
Declaration
public int RetryIntervalMillisecond { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RetryStrategy
Declaration
public Func<int, IJobExecutionContext, JobExecutionException, Task> RetryStrategy { get; set; }
Property Value
Type |
Description |
Func<System.Int32, IJobExecutionContext, JobExecutionException, Task> |
|
Extension Methods