StdAdoDelegateInsertSchedulerState Method

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

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

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

Parameters

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

Return Value

Type: TaskInt32

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

Implements

IDriverDelegateInsertSchedulerState(ConnectionAndTransactionHolder, String, DateTimeOffset, TimeSpan, CancellationToken)
See Also

Reference