QuartzScheduler TriggerJob Method (JobKey, JobDataMap)Quartz.NET API Documentation
Trigger the identified IJob (Execute it now) - with a non-volatile trigger.

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

public virtual void TriggerJob(
	JobKey jobKey,
	JobDataMap data
)

Parameters

jobKey
Type: Quartz JobKey

[Missing <param name="jobKey"/> documentation for "M:Quartz.Core.QuartzScheduler.TriggerJob(Quartz.JobKey,Quartz.JobDataMap)"]

data
Type: Quartz JobDataMap

[Missing <param name="data"/> documentation for "M:Quartz.Core.QuartzScheduler.TriggerJob(Quartz.JobKey,Quartz.JobDataMap)"]

Implements

IRemotableQuartzScheduler TriggerJob(JobKey, JobDataMap)
See Also