ISchedulerFactoryGetScheduler Method (String, CancellationToken)

Quartz.NET 3.0 API Documentation
Returns a handle to the Scheduler with the given name, if it exists.

Namespace:  Quartz
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
Task<IScheduler> GetScheduler(
	string schedName,
	CancellationToken cancellationToken = null
)

Parameters

schedName
Type: SystemString

[Missing <param name="schedName"/> documentation for "M:Quartz.ISchedulerFactory.GetScheduler(System.String,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.ISchedulerFactory.GetScheduler(System.String,System.Threading.CancellationToken)"]

Return Value

Type: TaskIScheduler

[Missing <returns> documentation for "M:Quartz.ISchedulerFactory.GetScheduler(System.String,System.Threading.CancellationToken)"]

See Also

Reference