C# 클래스 Hangfire.Dashboard.DashboardMiddleware

상속: Microsoft.Owin.OwinMiddleware
파일 보기 프로젝트 열기: Softwire/Hangfire

공개 메소드들

메소드 설명
DashboardMiddleware ( Microsoft.Owin.OwinMiddleware next, [ appPath, [ storage, [ routes, [ authorizationFilters ) : System
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task

메소드 상세

DashboardMiddleware() 공개 메소드

public DashboardMiddleware ( Microsoft.Owin.OwinMiddleware next, [ appPath, [ storage, [ routes, [ authorizationFilters ) : System
next Microsoft.Owin.OwinMiddleware
appPath [
storage [
routes [
authorizationFilters [
리턴 System

Invoke() 공개 메소드

public Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
context IOwinContext
리턴 System.Threading.Tasks.Task