C# Class AsyncDolls.YourDolls.Chain

Mostrar archivo Open project: danielmarbach/async-dolls

Public Methods

Method Description
Chain ( IEnumerable steps ) : System.Collections.Generic
Invoke ( TransportMessage transportMessage ) : System.Threading.Tasks.Task

Private Methods

Method Description
InnerInvoke ( TransportMessage transportMessage, int currentIndex ) : System.Threading.Tasks.Task

Method Details

Chain() public method

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

Invoke() public method

public Invoke ( TransportMessage transportMessage ) : System.Threading.Tasks.Task
transportMessage TransportMessage
return System.Threading.Tasks.Task