System::Threading::SynchronizationContext::get_Current yöntemi

SynchronizationContext::get_Current method

Geçerli iş parçacığı için senkronizasyon bağlamını alır.

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

ReturnValue

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

Açıklamalar

Mevcut iş parçacığı için eşzamanlama bağlamı ayarlanmamışsa null döndürür.

Ayrıca Bakınız