QuartzScheduler RescheduleJob 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.Core
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public virtual Nullable<DateTimeOffset> RescheduleJob(
	TriggerKey triggerKey,
	ITrigger newTrigger
)

Return Value

Type: Nullable DateTimeOffset 
  if a ITrigger with the given name and group was not found and removed from the store, otherwise the first fire time of the newly scheduled trigger.

Implements

IRemotableQuartzScheduler RescheduleJob(TriggerKey, ITrigger)
See Also