IJobRunShellFactory ReturnJobRunShell Method Quartz.NET API Documentation
Called by the QuartzSchedulerThread to return instances of JobRunShell.

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

void ReturnJobRunShell(
	JobRunShell jobRunShell
)

Parameters

jobRunShell
Type: Quartz.Core JobRunShell

[Missing <param name="jobRunShell"/> documentation for "M:Quartz.Core.IJobRunShellFactory.ReturnJobRunShell(Quartz.Core.JobRunShell)"]

See Also