Class ControlObservable
Provides a set of static methods for subscribing to observable sequences using Windows Forms controls.
public static class ControlObservable
- Inheritance
-
ControlObservable
- Inherited Members
Methods
- ObserveOn<TSource>(IObservable<TSource>, Control)
Wraps the source sequence in order to run its observer callbacks in the UI thread of the specified control.