JobStoreSupportClearAllSchedulingData Method (CancellationToken)

Quartz.NET 3.0 API Documentation
Clear (delete!) all scheduling data - all IJobs, ITriggers ICalendars.

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

C#
public Task ClearAllSchedulingData(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ClearAllSchedulingData(System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ClearAllSchedulingData(System.Threading.CancellationToken)"]

Implements

IJobStoreClearAllSchedulingData(CancellationToken)
Remarks

See Also

Reference