C# Class Hangfire.Dashboard.DashboardMiddleware

Inheritance: Microsoft.Owin.OwinMiddleware
Afficher le fichier Open project: Softwire/Hangfire

Méthodes publiques

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

Method Details

DashboardMiddleware() public méthode

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

Invoke() public méthode

public Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
context IOwinContext
Résultat System.Threading.Tasks.Task