OnCompleted Method

RxJS

Notifies the observer of the end of the sequence.

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

Syntax

JavaScript
function OnCompleted();

See Also