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類別會針對與執行的邏輯執行緒相關的所有資訊,提供單一容器。 這包括安全性內容、呼叫內容、同步處理內容、當地語系化內容和交易內容。