Click or drag to resize
AppBuilderExtensionsUseHangfireDashboard Method
Overload List
  NameDescription
Public methodStatic memberUseHangfireDashboard(IAppBuilder)
Adds Dashboard UI middleware to the OWIN request processing pipeline under the /hangfire path, for the Current storage.
Public methodStatic memberUseHangfireDashboard(IAppBuilder, String)
Adds Dashboard UI middleware to the OWIN request processing pipeline under the given path, for the Current storage.
Public methodStatic memberUseHangfireDashboard(IAppBuilder, String, DashboardOptions)
Adds Dashboard UI middleware to the OWIN request processing pipeline under the specified path and the given options, for the Current storage.
Public methodStatic memberUseHangfireDashboard(IAppBuilder, String, DashboardOptions, JobStorage)
Adds Dashboard UI middleware to the OWIN request processing pipeline with the specified parameters.
Top
See Also