Device.GetMainThreadSynchronizationContextAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den aktuellen System.Threading.SynchronizationContext aus dem Hauptthread zurück.
public static System.Threading.Tasks.Task<System.Threading.SynchronizationContext> GetMainThreadSynchronizationContextAsync ();
static member GetMainThreadSynchronizationContextAsync : unit -> System.Threading.Tasks.Task<System.Threading.SynchronizationContext>
Gibt zurück
System.Threading.Tasks.Task<System.Threading.SynchronizationContext>
Der aktuelle System.Threading.SynchronizationContext aus dem Hauptthread.