ThreadHelper::Invoke Method
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Invoke(Action^) | Calls an action on the UI thread, re-entering (if necessary) any code already executing on the UI thread. |
![]() | Invoke<TResult>(Func<TResult>^) | Evaluate a function on the UI thread. |
Show:
