Metodo System::Threading::SynchronizationContext::get_Current

SynchronizationContext::get_Current method

Ottiene il contesto di sincronizzazione per il thread corrente.

static const SharedPtr<SynchronizationContext> & System::Threading::SynchronizationContext::get_Current()

ReturnValue

SharedPtr A shared pointer to the current thread’s synchronization context.

Osservazioni

Restituisce null se non è stato impostato alcun contesto di sincronizzazione per il thread corrente.

Vedi anche