StdAdoDelegateUpdateTriggerStatesForJobFromOtherState Method

Quartz.NET 3.0 API Documentation
Updates the state of the trigger states for job from other.

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

C#
public virtual Task<int> UpdateTriggerStatesForJobFromOtherState(
	ConnectionAndTransactionHolder conn,
	JobKey jobKey,
	string state,
	string oldState,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The conn.
jobKey
Type: QuartzJobKey
Key of the job.
state
Type: SystemString
The state.
oldState
Type: SystemString
The old state.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.UpdateTriggerStatesForJobFromOtherState(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.JobKey,System.String,System.String,System.Threading.CancellationToken)"]

Implements

IDriverDelegateUpdateTriggerStatesForJobFromOtherState(ConnectionAndTransactionHolder, JobKey, String, String, CancellationToken)
See Also

Reference