Click or drag to resize
MiddlewareExtensionsUseHangfireDashboard Method (DashboardOptions, JobStorage, RouteCollection)

[Missing <summary> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static Func<Func<IDictionary<string, Object>, Task>, Func<IDictionary<string, Object>, Task>> UseHangfireDashboard(
	[NotNullAttribute] DashboardOptions options,
	[NotNullAttribute] JobStorage storage,
	[NotNullAttribute] RouteCollection routes
)

Parameters

options
Type: HangfireDashboardOptions

[Missing <param name="options"/> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

storage
Type: HangfireJobStorage

[Missing <param name="storage"/> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

routes
Type: Hangfire.DashboardRouteCollection

[Missing <param name="routes"/> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

Return Value

Type: FuncFuncIDictionaryString, Object, Task, FuncIDictionaryString, Object, Task
See Also