IObserver Methods

RxJS

The IObserver type exposes the following members.

Methods

  NameDescription
OnCompleted
Notifies the observer of the end of the sequence.
OnError
Notifies the observer that an exception has occurred.
OnNext
Notifies the observer of a new value in the sequence.

See Also