,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
| Name | Description |
|---|---|
TSource | -- |
Parameters
| Name | Type | Description |
|---|---|---|
source | IObservable | -- |
priority | CoreDispatcherPriority | -- |
Returns: IObservable