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

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

Public Methods

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

Method Details

Invoke() public method

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

LazyTransportStep() public method

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