Click or drag to resize
IMonitoringApiScheduledJobs Method

[Missing <summary> documentation for "M:Hangfire.Storage.IMonitoringApi.ScheduledJobs(System.Int32,System.Int32)"]

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
JobList<ScheduledJobDto> ScheduledJobs(
	int from,
	int count
)

Parameters

from
Type: SystemInt32

[Missing <param name="from"/> documentation for "M:Hangfire.Storage.IMonitoringApi.ScheduledJobs(System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Hangfire.Storage.IMonitoringApi.ScheduledJobs(System.Int32,System.Int32)"]

Return Value

Type: JobListScheduledJobDto
See Also