System::Threading::SynchronizationContext::get_Current メソッド

SynchronizationContext::get_Current method

現在のスレッドの同期コンテキストを取得します。

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

ReturnValue

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

備考

現在のスレッドに同期コンテキストが設定されていない場合は null を返します。

参照