ThreadHelper.BeginInvoke Method (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
- action
-
Type:
System.Action
The action to run.
Show: