Skip to content

,Windows.UI.Core.CoreDispatcherPriority)}

CoreDispatcherObservable.ObserveOnDispatcher(IObservable, CoreDispatcherPriority) method

Defined in

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

Applies to

net8.0-windows10.0.19041

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

Type parameters

NameDescription
TSource--

Parameters

NameTypeDescription
sourceIObservable--
priorityCoreDispatcherPriority--

Returns: IObservable