UIThreadReentrancyScope Class

Visual Studio 2015
 

Microsoft internal use only.Provides an explicit re-entrancy point for ThreadHelper to invoke on the UI thread (independent of the COM RPC message mechanism).

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.UIThreadReentrancyScope

public static class UIThreadReentrancyScope

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticWaitOnTaskComplete(Task, CancellationToken, Int32)

Microsoft internal use only. Wait for task completion. If this is called on the UI thread, it provides a reentrancy point for Thread helper.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: