SimpleThreadPool RunInThread Method Quartz.NET API Documentation
Run the given IThreadRunnable object in the next available Thread. If while waiting the thread pool is asked to shut down, the Runnable is executed immediately within a new additional thread.

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

public virtual bool RunInThread(
	IThreadRunnable runnable
)

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Simpl.SimpleThreadPool.RunInThread(Quartz.IThreadRunnable)"]

Implements

IThreadPool RunInThread(IThreadRunnable)
See Also