StdAdoDelegateDeleteSchedulerState Method

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

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

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

Parameters

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

Return Value

Type: TaskInt32

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

Implements

IDriverDelegateDeleteSchedulerState(ConnectionAndTransactionHolder, String, CancellationToken)
See Also

Reference