StdJobRunShellFactory BorrowJobRunShell Method Quartz.NET API Documentation
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.

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

public virtual JobRunShell BorrowJobRunShell()

Return Value

Type: JobRunShell

[Missing <returns> documentation for "M:Quartz.Impl.StdJobRunShellFactory.BorrowJobRunShell"]

Implements

IJobRunShellFactory BorrowJobRunShell 
See Also