IJobStoreStoreJobsAndTriggers Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Spi.IJobStore.StoreJobsAndTriggers(System.Collections.Generic.IReadOnlyDictionary{Quartz.IJobDetail,System.Collections.Generic.IReadOnlyCollection{Quartz.ITrigger}},System.Boolean,System.Threading.CancellationToken)"]

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

C#
Task StoreJobsAndTriggers(
	IReadOnlyDictionary<IJobDetail, IReadOnlyCollection<ITrigger>> triggersAndJobs,
	bool replace,
	CancellationToken cancellationToken = null
)

Parameters

triggersAndJobs
Type: System.Collections.GenericIReadOnlyDictionaryIJobDetail, IReadOnlyCollectionITrigger

[Missing <param name="triggersAndJobs"/> documentation for "M:Quartz.Spi.IJobStore.StoreJobsAndTriggers(System.Collections.Generic.IReadOnlyDictionary{Quartz.IJobDetail,System.Collections.Generic.IReadOnlyCollection{Quartz.ITrigger}},System.Boolean,System.Threading.CancellationToken)"]

replace
Type: SystemBoolean

[Missing <param name="replace"/> documentation for "M:Quartz.Spi.IJobStore.StoreJobsAndTriggers(System.Collections.Generic.IReadOnlyDictionary{Quartz.IJobDetail,System.Collections.Generic.IReadOnlyCollection{Quartz.ITrigger}},System.Boolean,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Spi.IJobStore.StoreJobsAndTriggers(System.Collections.Generic.IReadOnlyDictionary{Quartz.IJobDetail,System.Collections.Generic.IReadOnlyCollection{Quartz.ITrigger}},System.Boolean,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.StoreJobsAndTriggers(System.Collections.Generic.IReadOnlyDictionary{Quartz.IJobDetail,System.Collections.Generic.IReadOnlyCollection{Quartz.ITrigger}},System.Boolean,System.Threading.CancellationToken)"]

See Also

Reference