QuartzScheduler GetJobDetail Method Quartz.NET API Documentation
Get the IJobDetail for the IJob instance with the given name and group.

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

public virtual IJobDetail GetJobDetail(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

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

Return Value

Type: IJobDetail

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.GetJobDetail(Quartz.JobKey)"]

Implements

IRemotableQuartzScheduler GetJobDetail(JobKey)
See Also