Thread.ExecutionContext 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 스레드의 ExecutionContext 다양한 컨텍스트에 대한 정보를 포함하는 개체를 가져옵니다.
public:
property System::Threading::ExecutionContext ^ ExecutionContext { System::Threading::ExecutionContext ^ get(); };
public System.Threading.ExecutionContext? ExecutionContext { get; }
public System.Threading.ExecutionContext ExecutionContext { get; }
member this.ExecutionContext : System.Threading.ExecutionContext
Public ReadOnly Property ExecutionContext As ExecutionContext
속성 값
ExecutionContext 현재 스레드에 대한 컨텍스트 정보를 통합하는 개체입니다.
설명
이 클래스는 ExecutionContext 논리적 실행 스레드와 관련된 모든 정보에 대해 단일 컨테이너를 제공합니다. 여기에는 보안 컨텍스트, 호출 컨텍스트, 동기화 컨텍스트, 지역화 컨텍스트 및 트랜잭션 컨텍스트가 포함됩니다.