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¶
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¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| Claims | Determines whether this invoker handles target. |
| CheckAccess | Determines whether the calling thread may write to target directly. |
| Post | Queues a callback on the thread that owns target. |