Property UIThreadContext
UIThreadContext
Gets or sets the context for the UI thread.
Declaration
public SynchronizationContext UIThreadContext { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Threading.SynchronizationContext | The context for the UI thread. |
Remarks
This System.Threading.SynchronizationContext is required to display credential request dialogs on your application's UI thread.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 100.14 - 200.8 |
| .NET Framework | 100.14 - 200.8 |