OnCompleted Method

RxJS

Notifies all subscribed observers of the end of the sequence.

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

Syntax

JavaScript
function OnCompleted();

Implements

IObserver..::.OnCompleted()()()

See Also