Click or drag to resize
JobList<TDto> Class

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

Inheritance Hierarchy
System.Object
  System.Collections.Generic.List<KeyValuePair<String, TDto>>
    Hangfire.Storage.Monitoring.JobList<TDto>

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 JobList< TDto> type exposes the following members.

Constructors
  NameDescription
Public methodJobList<TDto>
Initializes a new instance of the JobList< TDto> class
Top
See Also