JobStoreSupportClusterRecover Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ClusterRecover(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.Collections.Generic.IReadOnlyList{Quartz.Impl.AdoJobStore.SchedulerStateRecord},System.Threading.CancellationToken)"]

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

C#
protected virtual Task ClusterRecover(
	ConnectionAndTransactionHolder conn,
	IReadOnlyList<SchedulerStateRecord> failedInstances,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ClusterRecover(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.Collections.Generic.IReadOnlyList{Quartz.Impl.AdoJobStore.SchedulerStateRecord},System.Threading.CancellationToken)"]

failedInstances
Type: System.Collections.GenericIReadOnlyListSchedulerStateRecord

[Missing <param name="failedInstances"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ClusterRecover(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.Collections.Generic.IReadOnlyList{Quartz.Impl.AdoJobStore.SchedulerStateRecord},System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ClusterRecover(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.Collections.Generic.IReadOnlyList{Quartz.Impl.AdoJobStore.SchedulerStateRecord},System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ClusterRecover(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.Collections.Generic.IReadOnlyList{Quartz.Impl.AdoJobStore.SchedulerStateRecord},System.Threading.CancellationToken)"]

See Also

Reference