SchedulerMetaDataThreadPoolType Property

Quartz.NET 3.0 API Documentation
Returns the type name of the thread pool instance that is being used by the IScheduler.

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

C#
public virtual Type ThreadPoolType { get; }

Property Value

Type: Type
See Also

Reference