IJobStoreStoreJob Method

Quartz.NET 3.0 API Documentation
Store the given IJobDetail.

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

C#
Task StoreJob(
	IJobDetail newJob,
	bool replaceExisting,
	CancellationToken cancellationToken = null
)

Parameters

newJob
Type: QuartzIJobDetail
The IJobDetail to be stored.
replaceExisting
Type: SystemBoolean
If , any IJob 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.StoreJob(Quartz.IJobDetail,System.Boolean,System.Threading.CancellationToken)"]

See Also

Reference