Class AbpQuartzOptions
Inheritance
System.Object
AbpQuartzOptions
Namespace: Volo.Abp.Quartz
Assembly: Volo.Abp.Quartz.dll
Syntax
public class AbpQuartzOptions : object
Constructors
AbpQuartzOptions()
Declaration
public AbpQuartzOptions()
Properties
Configurator
Declaration
public Action<IServiceCollectionQuartzConfigurator> Configurator { get; set; }
Property Value
Type | Description |
---|---|
Action<IServiceCollectionQuartzConfigurator> |
Properties
The quartz configuration. Available properties can be found within Quartz.Impl.StdSchedulerFactory.
Declaration
public NameValueCollection Properties { get; set; }
Property Value
Type | Description |
---|---|
NameValueCollection |
StartDelay
How long Quartz should wait before starting. Default: 0.
Declaration
public TimeSpan StartDelay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
StartSchedulerFactory
Declaration
public Func<IScheduler, Task> StartSchedulerFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<IScheduler, Task> |