ISubject Methods

RxJS

The ISubject type exposes the following members.

Methods

  NameDescription
OnCompleted
Notifies the observer of the end of the sequence.
(Inherited from IObserver.)
OnError
Notifies the observer that an exception has occurred.
(Inherited from IObserver.)
OnNext
Notifies the observer of a new value in the sequence.
(Inherited from IObserver.)
Subscribe
Subscribes an observer to the observable sequence.
(Inherited from IObservable.)

See Also