StdAdoDelegateUpdateJobData Method

Quartz.NET 3.0 API Documentation
Update the job data map for the given job.

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

C#
public virtual Task<int> UpdateJobData(
	ConnectionAndTransactionHolder conn,
	IJobDetail job,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The conn.
job
Type: QuartzIJobDetail
the job to update
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32
the number of rows updated

Implements

IDriverDelegateUpdateJobData(ConnectionAndTransactionHolder, IJobDetail, CancellationToken)
See Also

Reference