Class AbpQuartzOptions
Inheritance
AbpQuartzOptions
Assembly: Volo.Abp.Quartz.dll
Syntax
public class AbpQuartzOptions
Constructors
AbpQuartzOptions()
Declaration
public AbpQuartzOptions()
Properties
Configurator
Declaration
public Action<IServiceCollectionQuartzConfigurator>? Configurator { get; set; }
Property Value
Type |
Description |
Action<IServiceCollectionQuartzConfigurator> |
|
Properties
Declaration
public NameValueCollection Properties { get; set; }
Property Value
StartDelay
Declaration
public TimeSpan StartDelay { get; set; }
Property Value
StartSchedulerFactory
Declaration
public Func<IScheduler, Task> StartSchedulerFactory { get; set; }
Property Value
Extension Methods