C# Class AsyncDolls.AsyncDollsRecurseFree.Spec.LogElement

Inheritance: ILinkElement
Mostrar archivo Open project: danielmarbach/async-dolls

Public Methods

Method Description
Invoke ( IncomingContext context, Func next ) : System.Threading.Tasks.Task
LogElement ( AsyncCountdownEvent countdown ) : System

Method Details

Invoke() public method

public Invoke ( IncomingContext context, Func next ) : System.Threading.Tasks.Task
context IncomingContext
next Func
return System.Threading.Tasks.Task

LogElement() public method

public LogElement ( AsyncCountdownEvent countdown ) : System
countdown AsyncCountdownEvent
return System