C# Class AsyncDolls.AsyncDollsInDepth.Spec.PassThrough
Afficher le fichier
Open project: danielmarbach/async-dolls
Méthodes publiques
Méthode |
Description |
|
Invoke ( IncomingContext context, Func next ) : System.Threading.Tasks.Task |
|
|
Method Details
public Invoke ( IncomingContext context, Func next ) : System.Threading.Tasks.Task |
context |
IncomingContext |
|
next |
Func |
|
Résultat |
System.Threading.Tasks.Task |
|