IJobStoreGetNumberOfJobs Method

Quartz.NET 3.0 API Documentation
Get the number of IJobs that are stored in the IJobStore.

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

C#
Task<int> GetNumberOfJobs(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetNumberOfJobs(System.Threading.CancellationToken)"]

See Also

Reference