C# Class AsyncDolls.AsyncStateWithDollsTyped.Chain

Mostrar archivo Open project: danielmarbach/async-dolls

Public Methods

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

Private Methods

Method Description
InnerInvoke ( Context context, int currentIndex ) : System.Threading.Tasks.Task

Method Details

Chain() public method

public Chain ( IEnumerable elements ) : System.Collections.Generic
elements IEnumerable
return System.Collections.Generic

Invoke() public method

public Invoke ( Context context ) : System.Threading.Tasks.Task
context Context
return System.Threading.Tasks.Task