Click or drag to resize
MiddlewareExtensionsUseHangfireDashboard Method (ActionFuncIDictionaryString, Object, FuncFuncIDictionaryString, Object, Task, FuncIDictionaryString, Object, Task, DashboardOptions, JobStorage, RouteCollection)

[Missing <summary> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(System.Action{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task},System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task}}}},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 Action<Func<IDictionary<string, Object>, Func<Func<IDictionary<string, Object>, Task>, Func<IDictionary<string, Object>, Task>>>> UseHangfireDashboard(
	[NotNullAttribute] this Action<Func<IDictionary<string, Object>, Func<Func<IDictionary<string, Object>, Task>, Func<IDictionary<string, Object>, Task>>>> builder,
	[NotNullAttribute] DashboardOptions options,
	[NotNullAttribute] JobStorage storage,
	[NotNullAttribute] RouteCollection routes
)

Parameters

builder
Type: SystemActionFuncIDictionaryString, Object, FuncFuncIDictionaryString, Object, Task, FuncIDictionaryString, Object, Task

[Missing <param name="builder"/> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(System.Action{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task},System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task}}}},Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

options
Type: HangfireDashboardOptions

[Missing <param name="options"/> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(System.Action{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task},System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task}}}},Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

storage
Type: HangfireJobStorage

[Missing <param name="storage"/> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(System.Action{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task},System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task}}}},Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

routes
Type: Hangfire.DashboardRouteCollection

[Missing <param name="routes"/> documentation for "M:Hangfire.Dashboard.MiddlewareExtensions.UseHangfireDashboard(System.Action{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task},System.Func{System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.Tasks.Task}}}},Hangfire.DashboardOptions,Hangfire.JobStorage,Hangfire.Dashboard.RouteCollection)"]

Return Value

Type: ActionFuncIDictionaryString, Object, FuncFuncIDictionaryString, Object, Task, FuncIDictionaryString, Object, Task

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ActionFuncIDictionaryString, Object, FuncFuncIDictionaryString, Object, Task, FuncIDictionaryString, Object, Task. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also