Finally Method

RxJS

Invokes finallyAction after source observable sequence terminates normally or by an exception.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Finally(finallyAction);

Parameters

finallyAction
Type: System..::.Action

See Also