Click or drag to resize
JobHistoryRendererAddBackgroundStateColor Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.AddBackgroundStateColor(System.String,System.String)"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static void AddBackgroundStateColor(
	string stateName,
	string color
)

Parameters

stateName
Type: SystemString

[Missing <param name="stateName"/> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.AddBackgroundStateColor(System.String,System.String)"]

color
Type: SystemString

[Missing <param name="color"/> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.AddBackgroundStateColor(System.String,System.String)"]

See Also