SchedulerMetaData ThreadPoolType Property Quartz.NET API Documentation
Returns the type name of the ThreadPool instance that is being used by the IScheduler.

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

public virtual Type ThreadPoolType { get; }

Property Value

Type: Type
See Also