System.Reactive.AnonymousObserver<T>
Class to create an
IObserver<T> instance from delegate-based implementations of the On* methods.
Creates an observer from the specified
OnNext action.
Creates an observer from the specified
OnNext and
OnError actions.