| JobListTDto Constructor |
Namespace: Hangfire.Storage.MonitoringAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public JobList(
IEnumerable<KeyValuePair<string, TDto>> source
)
Public Sub New (
source As IEnumerable(Of KeyValuePair(Of String, TDto))
)
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