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