StdSchedulerFactory Instantiate Method Quartz.NET API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.StdSchedulerFactory.Instantiate(Quartz.Core.QuartzSchedulerResources,Quartz.Core.QuartzScheduler)"]

Namespace: Quartz.Impl
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

protected virtual IScheduler Instantiate(
	QuartzSchedulerResources rsrcs,
	QuartzScheduler qs
)

Parameters

rsrcs
Type: Quartz.Core QuartzSchedulerResources

[Missing <param name="rsrcs"/> documentation for "M:Quartz.Impl.StdSchedulerFactory.Instantiate(Quartz.Core.QuartzSchedulerResources,Quartz.Core.QuartzScheduler)"]

qs
Type: Quartz.Core QuartzScheduler

[Missing <param name="qs"/> documentation for "M:Quartz.Impl.StdSchedulerFactory.Instantiate(Quartz.Core.QuartzSchedulerResources,Quartz.Core.QuartzScheduler)"]

Return Value

Type: IScheduler

[Missing <returns> documentation for "M:Quartz.Impl.StdSchedulerFactory.Instantiate(Quartz.Core.QuartzSchedulerResources,Quartz.Core.QuartzScheduler)"]

See Also