C# Class AsyncDolls.AsyncStateWithDollsTyped.Chain

Afficher le fichier Open project: danielmarbach/async-dolls

Méthodes publiques

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

Private Methods

Méthode Description
InnerInvoke ( Context 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 ( Context context ) : System.Threading.Tasks.Task
context Context
Résultat System.Threading.Tasks.Task