Click or drag to resize
JobHistoryRendererSucceededRenderer Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.SucceededRenderer(Hangfire.Dashboard.HtmlHelper,System.Collections.Generic.IDictionary{System.String,System.String})"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static NonEscapedString SucceededRenderer(
	HtmlHelper html,
	IDictionary<string, string> stateData
)

Parameters

html
Type: Hangfire.DashboardHtmlHelper

[Missing <param name="html"/> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.SucceededRenderer(Hangfire.Dashboard.HtmlHelper,System.Collections.Generic.IDictionary{System.String,System.String})"]

stateData
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="stateData"/> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.SucceededRenderer(Hangfire.Dashboard.HtmlHelper,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

Type: NonEscapedString
See Also