Skip to content

ObservableExtensions class

Defined in

Namespace: System Assembly: System.Reactive.dll Full name: System.ObservableExtensions Modifiers: public static

Summary

        Provides a set of static methods for subscribing delegates to observables.
        

Applies to

netstandard2.0

Methods

NameSummary
static SubscribeSubscribes to the observable sequence without specifying any handlers. This method can be used to evaluate the observable sequence for its side-effects only.
static SubscribeSafeSubscribes to the specified source, re-routing synchronous exceptions during invocation of the Subscribe...
Inherited members