DispatcherObservable class¶
Defined in
Namespace: System.Reactive.Linq
Assembly: ReactiveUI.Wpf.dll
Full name: System.Reactive.Linq.DispatcherObservable
Modifiers: public static
Summary¶
Provides a set of extension methods for scheduling actions performed through observable sequences on UI dispatchers.
Applies to
net462
Methods¶
| Name | Summary |
|---|---|
| static ObserveOn | Wraps the source sequence in order to run its observer callbacks on the specified dispatcher. |
| static SubscribeOn | Wraps the source sequence in order to run its subscription and unsubscription logic on the specified dispatcher. |