C# Class Hangfire.Dashboard.DashboardMiddleware

Inheritance: Microsoft.Owin.OwinMiddleware
ファイルを表示 Open project: Softwire/Hangfire

Public Methods

Method Description
DashboardMiddleware ( Microsoft.Owin.OwinMiddleware next, [ appPath, [ storage, [ routes, [ authorizationFilters ) : System
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task

Method Details

DashboardMiddleware() public method

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

Invoke() public method

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