JobStoreSupportStoreJob Method (IJobDetail, Boolean, CancellationToken)

Quartz.NET 3.0 API Documentation
Stores the given IJobDetail.

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

C#
public 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 & group should be over-written.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreJob(Quartz.IJobDetail,System.Boolean,System.Threading.CancellationToken)"]

Implements

IJobStoreStoreJob(IJobDetail, Boolean, CancellationToken)
See Also

Reference