ExecutionContext.Capture 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目前的執行緒擷取執行內容。
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 。