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을 반환합니다.

또 보기