Skip to content

DispatcherObservable class

Defined in

Namespace: System.Reactive.Linq Assembly: ReactiveUI.Wpf.dll Full name: System.Reactive.Linq.DispatcherObservable Modifiers: public static

Summary

View source

        Provides a set of extension methods for scheduling actions performed through observable sequences on UI dispatchers.
        

Applies to

net462

Methods

NameSummary
static ObserveOnWraps the source sequence in order to run its observer callbacks on the specified dispatcher.
static SubscribeOnWraps the source sequence in order to run its subscription and unsubscription logic on the specified dispatcher.
Inherited members