Show / Hide Table of Contents

Class AbpHangfireApplicationBuilderExtensions

Inheritance
object
AbpHangfireApplicationBuilderExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.AspNetCore.Builder
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
Type Name Description
IApplicationBuilder app
string pathMatch
Action<DashboardOptions> configure
JobStorage storage
Returns
Type Description
IApplicationBuilder
In this article
Back to top Powered by Volosoft