C# Class FubuMVC.Core.Runtime.FullChainSwitcher

Inheritance: IActionBehavior
Afficher le fichier Open project: DarthFubuMVC/fubumvc

Méthodes publiques

Méthode Description
FullChainSwitcher ( IActionBehavior inner, ICurrentChain chainStack, BehaviorChain targetChain ) : System
Invoke ( ) : System.Threading.Tasks.Task
InvokePartial ( ) : System.Threading.Tasks.Task

Method Details

FullChainSwitcher() public méthode

public FullChainSwitcher ( IActionBehavior inner, ICurrentChain chainStack, BehaviorChain targetChain ) : System
inner IActionBehavior
chainStack ICurrentChain
targetChain BehaviorChain
Résultat System

Invoke() public méthode

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

InvokePartial() public méthode

public InvokePartial ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task