|
| .NET Framework Class Library |
| Observer Constructor (ActionObject, ActionObject) |
| Observer Class See Also Send Feedback |
Creates an observer from the specified OnNext and OnError actions.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
Rx.Observer = function(onNext, onError); |