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

Inheritance: IOutgoingLogicalStep
Afficher le fichier Open project: danielmarbach/async-dolls

Méthodes publiques

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

Method Details

Invoke() public méthode

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

LazyLogicalStep() public méthode

public LazyLogicalStep ( Func factory ) : System
factory Func
Résultat System