C# Class FubuMVC.Core.Runtime.FullChainSwitcher

Inheritance: IActionBehavior
Show file Open project: DarthFubuMVC/fubumvc

Public Methods

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

Method Details

FullChainSwitcher() public method

public FullChainSwitcher ( IActionBehavior inner, ICurrentChain chainStack, BehaviorChain targetChain ) : System
inner IActionBehavior
chainStack ICurrentChain
targetChain BehaviorChain
return System

Invoke() public method

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

InvokePartial() public method

public InvokePartial ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task