UiSynchronizationContext Class

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides the synchronization context for the managed UI used in synchronization models.

public ref class UiSynchronizationContext abstract sealed
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static class UiSynchronizationContext
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type UiSynchronizationContext = class
Public Class UiSynchronizationContext
Inheritance
UiSynchronizationContext
Attributes

Properties

Current
Obsolete.

Gets the synchronization context for the current thread.

ManagedUiThreadId
Obsolete.

Gets a unique identifier for the current managed thread.

Applies to