Class AbpQuartzOptions
Inheritance
object
AbpQuartzOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Quartz
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 |
---|---|
System.Action<T><IServiceCollectionQuartzConfigurator> |
Properties
Declaration
public NameValueCollection Properties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Specialized.NameValueCollection |
StartDelay
Declaration
public TimeSpan StartDelay { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
StartSchedulerFactory
Declaration
public Func<IScheduler, Task> StartSchedulerFactory { get; set; }
Property Value
Type | Description |
---|---|
System.Func<T, TResult><Quartz.IScheduler, System.Threading.Tasks.Task> |