System::Threading::SynchronizationContext::get_Current methode

SynchronizationContext::get_Current method

Haalt de synchronisatie‑context op voor de huidige thread.

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

ReturnValue

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

Opmerkingen

Retourneert null als er geen synchronisatiecontext is ingesteld voor de huidige thread.

Zie ook