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 、実行の論理スレッドに関連するすべての情報に対して 1 つのコンテナーを提供します。 これには、セキュリティ コンテキスト、呼び出しコンテキスト、同期コンテキスト、ローカライズ コンテキスト、トランザクション コンテキストが含まれます。

適用対象