IThreadExecutor InterfaceQuartz.NET API Documentation
Allows different strategies for scheduling threads. The Initialize  method is required to be called before the first call to Execute(QuartzThread). The Thread containing the work to be performed is passed to execute and the work is scheduled by the underlying implementation.

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

public interface IThreadExecutor
See Also