Share via


ExecutionContext.Restore(ExecutionContext) 메서드

정의

캡처된 실행 컨텍스트를 현재 스레드로 복원합니다.

public:
 static void Restore(System::Threading::ExecutionContext ^ executionContext);
public static void Restore (System.Threading.ExecutionContext executionContext);
static member Restore : System.Threading.ExecutionContext -> unit
Public Shared Sub Restore (executionContext As ExecutionContext)

매개 변수

executionContext
ExecutionContext

설정할 ExecutionContext입니다.

예외

executionContext이(가) null인 경우.

설명

현재 실행 컨텍스트로 되돌리려면 복원을 호출하기 전에 캡처한 다음 복원을 다시 호출합니다.

적용 대상