Show / Hide Table of Contents

Class QuartzSchedulerExtensions

Inheritance
System.Object
QuartzSchedulerExtensions
Namespace:InfinniPlatform.AspNetCore
Assembly:InfinniPlatform.Scheduler.Quartz.dll
Syntax
public static class QuartzSchedulerExtensions : object

Methods

| Improve this Doc View Source

AddQuartzScheduler(IServiceCollection)

Declaration
public static IServiceCollection AddQuartzScheduler(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection
| Improve this Doc View Source

AddQuartzScheduler(IServiceCollection, IConfigurationRoot, Action<QuartzSchedulerOptions>)

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

AddQuartzScheduler(IServiceCollection, QuartzSchedulerOptions)

Declaration
public static IServiceCollection AddQuartzScheduler(this IServiceCollection services, QuartzSchedulerOptions options)
Parameters
Type Name Description
IServiceCollection services
QuartzSchedulerOptions options
Returns
Type Description
IServiceCollection
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.