DefaultThreadExecutor ClassQuartz.NET API Documentation
Schedules work on a newly spawned thread. This is the default Quartz behavior.
Inheritance Hierarchy

System Object
  Quartz.Impl DefaultThreadExecutor

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

public class DefaultThreadExecutor : IThreadExecutor
See Also