JoinableTaskFactory.UnderlyingSynchronizationContext Property
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.
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.