JobStoreSupport RetrieveJob Method (SchedulingContext, String, String)Quartz.NET API Documentation
Retrieve the JobDetail for the given IJob.

Namespace: Quartz.Impl.AdoJobStore
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public JobDetail RetrieveJob(
	SchedulingContext ctxt,
	string jobName,
	string groupName
)

Parameters

ctxt
Type: Quartz.Core SchedulingContext

[Missing <param name="ctxt"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.RetrieveJob(Quartz.Core.SchedulingContext,System.String,System.String)"]

jobName
Type: System String
The name of the IJob to be retrieved.
groupName
Type: System String
The group name of the IJob to be retrieved.

Return Value

Type: JobDetail
The desired IJob, or null if there is no match.

Implements

IJobStore RetrieveJob(SchedulingContext, String, String)
See Also