IJobStore StoreJob Method Quartz.NET API Documentation
Store the given IJobDetail.

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

void StoreJob(
	IJobDetail newJob,
	bool replaceExisting
)

Parameters

newJob
Type: Quartz IJobDetail
The IJobDetail to be stored.
replaceExisting
Type: System Boolean
If  , any IJob existing in the IJobStore with the same name and group should be over-written.
See Also