DirectSchedulerFactory CreateVolatileScheduler Method Quartz.NET API Documentation
Creates an in memory job store (RAMJobStore) The thread priority is set to Thread.NORM_PRIORITY

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

public virtual void CreateVolatileScheduler(
	int maxThreads
)

Parameters

maxThreads
Type: System Int32
The number of threads in the thread pool
See Also