C# Class Taskell.FinallyExtensions

Afficher le fichier Open project: phatboyg/Taskell

Méthodes publiques

Méthode 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 méthode

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
Résultat Composer