C# Class Taskell.FinallyExtensions

Mostra file Open project: phatboyg/Taskell

Public Methods

Method Description
Finally ( this composer, System.Action continuation, bool runSynchronously = true ) : Composer

Adds a continuation that is always run, regardless of a successful or exceptional condition

Method Details

Finally() public static method

Adds a continuation that is always run, regardless of a successful or exceptional condition
public static Finally ( this composer, System.Action continuation, bool runSynchronously = true ) : Composer
composer this
continuation System.Action
runSynchronously bool
return Composer