Skip to content

)} ,System.Windows.Threading.DispatcherPriority)}

DispatcherObservable.ObserveOnDispatcher(IObservable) method

Defined in

Type: DispatcherObservable Namespace: System.Reactive.Linq Assembly: System.Reactive.dll

Applies to

net8.0-windows10.0.19041, net462

Overloads

  • 1. public static IObservable<TSource> ObserveOnDispatcher<TSource>(this IObservable<TSource> source)
  • 2. public static IObservable<TSource> ObserveOnDispatcher<TSource>(this IObservable<TSource> source, DispatcherPriority priority)

1. Overload

public static IObservable<TSource> ObserveOnDispatcher<TSource>(this IObservable<TSource> source)

Type parameters

NameDescription
TSource--

Parameters

NameTypeDescription
sourceIObservable--

Returns: IObservable

2. Overload

public static IObservable<TSource> ObserveOnDispatcher<TSource>(this IObservable<TSource> source, DispatcherPriority priority)

Type parameters

NameDescription
TSource--

Parameters

NameTypeDescription
sourceIObservable--
priorityDispatcherPriority--

Returns: IObservable