Dispatcher::InvokeAsync Method (Action^)
.NET Framework (current version)
Executes the specified Action asynchronously on the thread the Dispatcher is associated with.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- callback
-
Type:
System::Action^
A delegate to invoke through the dispatcher.
Return Value
Type: System.Windows.Threading::DispatcherOperation^An object, which is returned immediately after InvokeAsync is called, that can be used to interact with the delegate as it is pending execution in the event queue.
.NET Framework
Available since 4.5
Available since 4.5
Show: