System::Threading::SynchronizationContext::get_Current Methode

SynchronizationContext::get_Current method

Liefert den Synchronisationskontext für den aktuellen Thread.

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

ReturnValue

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

Hinweise

Gibt null zurück, wenn kein Synchronisationskontext für den aktuellen Thread festgelegt wurde.

Siehe auch