Skip to content

DispatcherViewThreadInvoker class

Defined in

Namespace: ReactiveUI.Binding.Reactive.Wpf Assembly: ReactiveUI.Binding.Wpf.Reactive.dll Full name: ReactiveUI.Binding.Reactive.Wpf.DispatcherViewThreadInvoker Modifiers: public sealed

Summary

View source

Writes to a WPF object on the thread its dispatcher owns.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481, net471

Class hierarchy
classDiagram
class DispatcherViewThreadInvoker
class IViewThreadInvoker {
    <>
}
IViewThreadInvoker <|.. DispatcherViewThreadInvoker

Implements: IViewThreadInvoker

Constructors

NameSummary
.ctor

Methods

NameSummary
ClaimsDetermines whether this invoker handles target.
CheckAccessDetermines whether the calling thread may write to target directly.
PostQueues a callback on the thread that owns target.
Inherited members