C# Class FubuMVC.Core.Runtime.BehaviorInvoker

Inheritance: IBehaviorInvoker
Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

Méthode Description
BehaviorInvoker ( IServiceFactory factory, BehaviorChain chain ) : System
Invoke ( TypeArguments arguments, object>.IDictionary routeValues ) : System.Threading.Tasks.Task

Method Details

BehaviorInvoker() public méthode

public BehaviorInvoker ( IServiceFactory factory, BehaviorChain chain ) : System
factory IServiceFactory
chain BehaviorChain
Résultat System

Invoke() public méthode

public Invoke ( TypeArguments arguments, object>.IDictionary routeValues ) : System.Threading.Tasks.Task
arguments TypeArguments
routeValues object>.IDictionary
Résultat System.Threading.Tasks.Task