C# Class Sequin.Owin.DiscoverCommand

Inheritance: Microsoft.Owin.OwinMiddleware
显示文件 Open project: sequin/sequin

Public Methods

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

Method Details

DiscoverCommand() public method

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

Invoke() public method

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