UIThreadReentrancyScope Class

Definition

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.

Applies to