C# Class AsyncDolls.Pipeline.Outgoing.OutgoingPipeline.LazyLogicalStep

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

Public Methods

Method Description
Invoke ( AsyncDolls.Pipeline.Outgoing.OutgoingLogicalContext context, Func next ) : System.Threading.Tasks.Task
LazyLogicalStep ( Func factory ) : System

Method Details

Invoke() public method

public Invoke ( AsyncDolls.Pipeline.Outgoing.OutgoingLogicalContext context, Func next ) : System.Threading.Tasks.Task
context AsyncDolls.Pipeline.Outgoing.OutgoingLogicalContext
next Func
return System.Threading.Tasks.Task

LazyLogicalStep() public method

public LazyLogicalStep ( Func factory ) : System
factory Func
return System