TaskScheduler.FromCurrentSynchronizationContext Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.