C# Class Sequin.Owin.DiscoverCommand

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

Méthodes publiques

Méthode Description
DiscoverCommand ( Microsoft.Owin.OwinMiddleware next, ICommandNameResolver commandNameResolver, CommandFactory commandFactory ) : System.Threading.Tasks
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task

Method Details

DiscoverCommand() public méthode

public DiscoverCommand ( Microsoft.Owin.OwinMiddleware next, ICommandNameResolver commandNameResolver, CommandFactory commandFactory ) : System.Threading.Tasks
next Microsoft.Owin.OwinMiddleware
commandNameResolver ICommandNameResolver
commandFactory Sequin.Discovery.CommandFactory
Résultat System.Threading.Tasks

Invoke() public méthode

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