| IDispatcherRunAsync Method (Action) |
Executes the specified delegate asynchronously with the specified arguments, with
priority
Normal, on the thread that the
IDispatcher was created on.
Namespace:
Cauldron.XAML.Threading
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax Parameters
- action
- Type: SystemAction
The delegate to a method, which is pushed onto the IDispatcher event queue.
Return Value
Type:
TaskReturns a awaitable task
See Also