IJobStoreStoreTrigger Method

Quartz.NET 3.0 API Documentation
Store the given ITrigger.

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

C#
Task StoreTrigger(
	IOperableTrigger newTrigger,
	bool replaceExisting,
	CancellationToken cancellationToken = null
)

Parameters

newTrigger
Type: Quartz.SpiIOperableTrigger
The ITrigger to be stored.
replaceExisting
Type: SystemBoolean
If , any ITrigger existing in the IJobStore with the same name and group should be over-written.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.StoreTrigger(Quartz.Spi.IOperableTrigger,System.Boolean,System.Threading.CancellationToken)"]

See Also

Reference