ThreadHelper.BeginInvoke Method (DispatcherPriority, Action)
Visual Studio 2015
Schedules an action for execution on the UI thread asynchronously.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- priority
-
Type:
System.Windows.Threading.DispatcherPriority
The priority at which to run the action.
- action
-
Type:
System.Action
The action to run.
Show: