Observer Constructor (ActionObject, ActionObject, Action)

RxJS

Creates an observer from the specified OnNext, OnError, and OnCompleted actions.

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

Syntax

JavaScript
Rx.Observer = function(onNext, onError, onCompleted);

Parameters

onNext
Type: System..::.ActionObject
onError
Type: System..::.ActionObject
onCompleted
Type: System..::.Action

See Also