TaskScheduler.FromCurrentSynchronizationContext Metodo

Definizione

Crea un oggetto TaskScheduler associato all'oggetto SynchronizationContext corrente.

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

Restituisce

Oggetto TaskScheduler associato all'oggetto SynchronizationContext corrente, come determinato dalla proprietà Current.

Eccezioni

Impossibile utilizzare SynchronizationContext corrente come TaskScheduler.

Commenti

Tutte le Task istanze accodate all'utilità di pianificazione restituita verranno eseguite tramite una chiamata al Post metodo in tale contesto.

Per altre informazioni, vedere TaskScheduler.

Si applica a

Vedi anche