Class HelloJob
- Namespace
- H.Controls.ScheduleBox
- Assembly
- H.Controls.ScheduleBox.dll
public class HelloJob : IJob
- Inheritance
-
HelloJob
- Implements
-
IJob
- Inherited Members
- Extension Methods
Methods
Execute(IJobExecutionContext)
Called by the Quartz.IScheduler when a Quartz.ITrigger fires that is associated with the Quartz.IJob.
public Task Execute(IJobExecutionContext context)
Parameters
context
IJobExecutionContextThe execution context.
Returns
Remarks
The implementation may wish to set a result object on the JobExecutionContext before this method exits. The result itself is meaningless to Quartz, but may be informative to Quartz.IJobListeners or Quartz.ITriggerListeners that are watching the job's execution.