Class AbpHangfireApplicationBuilderExtensions
Inheritance
AbpHangfireApplicationBuilderExtensions
Assembly: Volo.Abp.BackgroundJobs.HangFire.dll
Syntax
public static class AbpHangfireApplicationBuilderExtensions
Methods
UseAbpHangfireDashboard(IApplicationBuilder, string, Action<DashboardOptions>?, JobStorage?)
Declaration
public static IApplicationBuilder UseAbpHangfireDashboard(this IApplicationBuilder app, string pathMatch = "/hangfire", Action<DashboardOptions>? configure = null, JobStorage? storage = null)
Parameters
Returns