Click or drag to resize
IMonitoringApiProcessingJobs Method

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

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

Parameters

from
Type: SystemInt32

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

count
Type: SystemInt32

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

Return Value

Type: JobListProcessingJobDto
See Also