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
|
public static Finally ( this composer, System.Action continuation, bool runSynchronously = true ) : Composer | ||
composer | this | |
continuation | System.Action | |
runSynchronously | bool | |
return | Composer |