IJobStore StoreTrigger Method Quartz.NET API Documentation
Store the given ITrigger.

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

void StoreTrigger(
	IOperableTrigger newTrigger,
	bool replaceExisting
)

Parameters

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