Click or drag to resize
JobListTDto Class

[Missing <summary> documentation for "T:Hangfire.Storage.Monitoring.JobList`1"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListKeyValuePairString, TDto
    Hangfire.Storage.MonitoringJobListTDto

Namespace: Hangfire.Storage.Monitoring
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class JobList<TDto> : List<KeyValuePair<string, TDto>>

Type Parameters

TDto

[Missing <typeparam name="TDto"/> documentation for "T:Hangfire.Storage.Monitoring.JobList`1"]

The JobListTDto type exposes the following members.

Constructors
  NameDescription
Public methodJobListTDto
Initializes a new instance of the JobListTDto class
Top
See Also