C# Class LaunchPad.Services.IApplicationBuilderExtensions

Exibir arquivo Open project: michaelburns/LaunchPad

Public Methods

Method Description
UseHangfireDashboard ( [ builder ) : IApplicationBuilder
UseHangfireDashboard ( [ builder, [ pathMatch ) : IApplicationBuilder
UseHangfireDashboard ( [ builder, [ pathMatch, [ options ) : IApplicationBuilder
UseHangfireDashboard ( [ builder, [ pathMatch, [ options, [ storage ) : IApplicationBuilder
UseHangfireServer ( [ builder ) : IApplicationBuilder
UseHangfireServer ( [ builder, [ options ) : IApplicationBuilder
UseHangfireServer ( [ builder, [ options, [ storage ) : IApplicationBuilder

Method Details

UseHangfireDashboard() public static method

public static UseHangfireDashboard ( [ builder ) : IApplicationBuilder
builder [
return IApplicationBuilder

UseHangfireDashboard() public static method

public static UseHangfireDashboard ( [ builder, [ pathMatch ) : IApplicationBuilder
builder [
pathMatch [
return IApplicationBuilder

UseHangfireDashboard() public static method

public static UseHangfireDashboard ( [ builder, [ pathMatch, [ options ) : IApplicationBuilder
builder [
pathMatch [
options [
return IApplicationBuilder

UseHangfireDashboard() public static method

public static UseHangfireDashboard ( [ builder, [ pathMatch, [ options, [ storage ) : IApplicationBuilder
builder [
pathMatch [
options [
storage [
return IApplicationBuilder

UseHangfireServer() public static method

public static UseHangfireServer ( [ builder ) : IApplicationBuilder
builder [
return IApplicationBuilder

UseHangfireServer() public static method

public static UseHangfireServer ( [ builder, [ options ) : IApplicationBuilder
builder [
options [
return IApplicationBuilder

UseHangfireServer() public static method

public static UseHangfireServer ( [ builder, [ options, [ storage ) : IApplicationBuilder
builder [
options [
storage [
return IApplicationBuilder