Thread.ExecutionContext 屬性

定義

取得 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 物件,合併目前執行緒的內容資訊。

備註

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

適用於