







![]() ![]() |
.NET Framework Class Library |
Observer Constructor (ActionObject, ActionObject, Action) |
Observer Class See Also Send Feedback |
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