Class AbpBackgroundJobQuartzOptions
Inheritance
object
AbpBackgroundJobQuartzOptions
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.Quartz
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
| Type | Description |
|---|---|
| int |
RetryIntervalMillisecond
Declaration
public int RetryIntervalMillisecond { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RetryStrategy
Declaration
public Func<int, IJobExecutionContext, JobExecutionException, Task> RetryStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T1, T2, T3, TResult><int, Quartz.IJobExecutionContext, JobExecutionException, System.Threading.Tasks.Task> |