JobStoreSupportStoreCalendar Method (ConnectionAndTransactionHolder, String, ICalendar, Boolean, Boolean, CancellationToken)

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

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

C#
protected virtual Task StoreCalendar(
	ConnectionAndTransactionHolder conn,
	string calName,
	ICalendar calendar,
	bool replaceExisting,
	bool updateTriggers,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

calName
Type: SystemString

[Missing <param name="calName"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

calendar
Type: QuartzICalendar

[Missing <param name="calendar"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

replaceExisting
Type: SystemBoolean

[Missing <param name="replaceExisting"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

updateTriggers
Type: SystemBoolean

[Missing <param name="updateTriggers"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.StoreCalendar(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,Quartz.ICalendar,System.Boolean,System.Boolean,System.Threading.CancellationToken)"]

See Also

Reference