C# Class FubuMVC.Core.Diagnostics.Instrumentation.BehaviorTracer

Inheritance: FubuMVC.Core.Behaviors.WrappingBehavior
Mostrar archivo Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
BehaviorTracer ( FubuMVC.Core.Registration.Nodes.BehaviorNode node, IChainExecutionLog log ) : System

Protected Methods

Method Description
invoke ( Func func ) : System.Threading.Tasks.Task

Method Details

BehaviorTracer() public method

public BehaviorTracer ( FubuMVC.Core.Registration.Nodes.BehaviorNode node, IChainExecutionLog log ) : System
node FubuMVC.Core.Registration.Nodes.BehaviorNode
log IChainExecutionLog
return System

invoke() protected method

protected invoke ( Func func ) : System.Threading.Tasks.Task
func Func
return System.Threading.Tasks.Task