IJobStore ReplaceTrigger Method Quartz.NET API Documentation
Remove (delete) the ITrigger with the given name, and store the new given one - which must be associated with the same job.

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

bool ReplaceTrigger(
	TriggerKey triggerKey,
	IOperableTrigger newTrigger
)

Return Value

Type: Boolean
  if a ITrigger with the given name and group was found and removed from the store.
See Also