StdJobRunShellFactory ClassQuartz.NET API Documentation
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.

This implementation does not re-use any objects, it simply makes a new JobRunShell each time BorrowJobRunShell  is called.

Inheritance Hierarchy

System Object
  Quartz.Impl StdJobRunShellFactory

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

public class StdJobRunShellFactory : IJobRunShellFactory
See Also