ExecutionContext.Capture メソッド

定義

現在のスレッドから実行コンテキストをキャプチャします。

public:
 static System::Threading::ExecutionContext ^ Capture();
public static System.Threading.ExecutionContext Capture ();
public static System.Threading.ExecutionContext? Capture ();
static member Capture : unit -> System.Threading.ExecutionContext
Public Shared Function Capture () As ExecutionContext

戻り値

現在のスレッドの実行コンテキストを表す ExecutionContext オブジェクト。

注釈

キャプチャされた実行コンテキストは、 メソッドの executionContext パラメーター Run として使用できます。

適用対象