IJob InterfaceQuartz.NET API Documentation
The interface to be implemented by classes which represent a 'job' to be performed.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public interface IJob
Remarks

Instances of this interface must have a public no-argument constructor. JobDataMap provides a mechanism for 'instance member data' that may be required by some implementations of this interface.
See Also