Inheritance
System.Object
QuartzSchedulerExtensions
Namespace:InfinniPlatform.AspNetCore
Assembly:InfinniPlatform.Scheduler.Quartz.dll
public static class QuartzSchedulerExtensions : object
Methods
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddQuartzScheduler(this IServiceCollection services)
Parameters
| Type |
Name |
Description |
| IServiceCollection |
services |
|
Returns
| Type |
Description |
| IServiceCollection |
|
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddQuartzScheduler(this IServiceCollection services, IConfigurationRoot configuration, Action<QuartzSchedulerOptions> callback = null)
Parameters
| Type |
Name |
Description |
| IServiceCollection |
services |
|
| IConfigurationRoot |
configuration |
|
| Action<QuartzSchedulerOptions> |
callback |
|
Returns
| Type |
Description |
| IServiceCollection |
|
|
Improve this Doc
View Source
Declaration
public static IServiceCollection AddQuartzScheduler(this IServiceCollection services, QuartzSchedulerOptions options)
Parameters
Returns
| Type |
Description |
| IServiceCollection |
|