AppBuilderExtensionsUseHangfireDashboard Method |
Name | Description | |
---|---|---|
UseHangfireDashboard(IAppBuilder) |
Adds Dashboard UI middleware to the OWIN request processing pipeline under
the /hangfire path, for the Current storage.
| |
UseHangfireDashboard(IAppBuilder, String) |
Adds Dashboard UI middleware to the OWIN request processing pipeline under
the given path, for the Current storage.
| |
UseHangfireDashboard(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.
| |
UseHangfireDashboard(IAppBuilder, String, DashboardOptions, JobStorage) |
Adds Dashboard UI middleware to the OWIN request processing pipeline with the
specified parameters.
|