TaskScheduler.FromCurrentSynchronizationContext Metoda

Definice

Vytvoří přidruženou TaskScheduler k aktuálnímu SynchronizationContext.

public:
 static System::Threading::Tasks::TaskScheduler ^ FromCurrentSynchronizationContext();
public static System.Threading.Tasks.TaskScheduler FromCurrentSynchronizationContext ();
static member FromCurrentSynchronizationContext : unit -> System.Threading.Tasks.TaskScheduler
Public Shared Function FromCurrentSynchronizationContext () As TaskScheduler

Návraty

TaskScheduler

A TaskScheduler asociované s aktuálním SynchronizationContext, jak je určeno Current.

Výjimky

Aktuální synchronizačnícontext nelze použít jako taskScheduler.

Poznámky

Všechny Task instance zařazené do vráceného plánovače se spustí voláním Post metody v tomto kontextu.

Další informace naleznete v tématu TaskScheduler.

Platí pro

Viz také