Click or drag to resize
JobListTDto Constructor

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

Parameters

source
Type: System.Collections.GenericIEnumerableKeyValuePairString, TDto

[Missing <param name="source"/> documentation for "M:Hangfire.Storage.Monitoring.JobList`1.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,`0}})"]

See Also