IScheduler TriggerJob Method (JobKey, JobDataMap)Quartz.NET API Documentation
Trigger the identified IJobDetail (Execute it now).

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

void TriggerJob(
	JobKey jobKey,
	JobDataMap data
)

Parameters

jobKey
Type: Quartz JobKey
The JobKey of the IJob to be executed.
data
Type: Quartz JobDataMap
the (possibly  ) JobDataMap to be associated with the trigger that fires the job immediately.
See Also