UIThreadReentrancyScope Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public ref class UIThreadReentrancyScope abstract sealed
public ref class UIThreadReentrancyScope abstract sealed
class UIThreadReentrancyScope abstract sealed
public static class UIThreadReentrancyScope
type UIThreadReentrancyScope = class
Public Class UIThreadReentrancyScope
- Inheritance
-
UIThreadReentrancyScope
Methods
WaitOnTaskComplete(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. |