C# Class AsyncDolls.AsyncDollsInDepth.Chain

Afficher le fichier Open project: danielmarbach/async-dolls

Méthodes publiques

Méthode Description
Chain ( IEnumerable elements ) : System.Collections.Generic
Invoke ( IncomingContext context ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
InnerInvoke ( IncomingContext context, int currentIndex ) : System.Threading.Tasks.Task

Method Details

Chain() public méthode

public Chain ( IEnumerable elements ) : System.Collections.Generic
elements IEnumerable
Résultat System.Collections.Generic

Invoke() public méthode

public Invoke ( IncomingContext context ) : System.Threading.Tasks.Task
context IncomingContext
Résultat System.Threading.Tasks.Task