StdAdoDelegateUpdateSchedulerState Method

Quartz.NET 3.0 API Documentation
Updates the state of the scheduler.

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

C#
public virtual Task<int> UpdateSchedulerState(
	ConnectionAndTransactionHolder conn,
	string instanceName,
	DateTimeOffset checkInTime,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The database connection.
instanceName
Type: SystemString
The instance id.
checkInTime
Type: SystemDateTimeOffset
The check in time.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32

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

Implements

IDriverDelegateUpdateSchedulerState(ConnectionAndTransactionHolder, String, DateTimeOffset, CancellationToken)
See Also

Reference