C# 클래스 LaunchPad.Services.IApplicationBuilderExtensions

파일 보기 프로젝트 열기: michaelburns/LaunchPad

공개 메소드들

메소드 설명
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

메소드 상세

UseHangfireDashboard() 공개 정적인 메소드

public static UseHangfireDashboard ( [ builder ) : IApplicationBuilder
builder [
리턴 IApplicationBuilder

UseHangfireDashboard() 공개 정적인 메소드

public static UseHangfireDashboard ( [ builder, [ pathMatch ) : IApplicationBuilder
builder [
pathMatch [
리턴 IApplicationBuilder

UseHangfireDashboard() 공개 정적인 메소드

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

UseHangfireDashboard() 공개 정적인 메소드

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

UseHangfireServer() 공개 정적인 메소드

public static UseHangfireServer ( [ builder ) : IApplicationBuilder
builder [
리턴 IApplicationBuilder

UseHangfireServer() 공개 정적인 메소드

public static UseHangfireServer ( [ builder, [ options ) : IApplicationBuilder
builder [
options [
리턴 IApplicationBuilder

UseHangfireServer() 공개 정적인 메소드

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