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클래스는 실행의 논리적 스레드와 관련 된 모든 정보에 대 한 단일 컨테이너를 제공 합니다. 여기에는 보안 컨텍스트, 호출 컨텍스트, 동기화 컨텍스트, 지역화 컨텍스트 및 트랜잭션 컨텍스트가 포함 됩니다.