JoinableTaskFactory.UnderlyingSynchronizationContext Property

Definition

Gets the underlying SynchronizationContext that controls the main thread in the host.

protected:
 property System::Threading::SynchronizationContext ^ UnderlyingSynchronizationContext { System::Threading::SynchronizationContext ^ get(); };
protected System.Threading.SynchronizationContext UnderlyingSynchronizationContext { get; }
protected System.Threading.SynchronizationContext? UnderlyingSynchronizationContext { get; }
member this.UnderlyingSynchronizationContext : System.Threading.SynchronizationContext
Protected ReadOnly Property UnderlyingSynchronizationContext As SynchronizationContext

Property Value

Returns SynchronizationContext.

Applies to