Dispatcher::Invoke Method (Action^, DispatcherPriority)
.NET Framework (current version)
Executes the specified Action synchronously at the specified priority 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.
- priority
-
Type:
System.Windows.Threading::DispatcherPriority
The priority that determines in what order the specified callback is invoked relative to the other pending operations in the Dispatcher.
.NET Framework
Available since 4.5
Available since 4.5
Show: