Click or drag to resize

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
C#
Task RunAsync(
	Action action
)

Parameters

action
Type: SystemAction
The delegate to a method, which is pushed onto the IDispatcher event queue.

Return Value

Type: Task
Returns a awaitable task
See Also