ExecutionContext.Restore(ExecutionContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在目前執行緒上還原擷取的執行內容。
public:
static void Restore(System::Threading::ExecutionContext ^ executionContext);
public static void Restore (System.Threading.ExecutionContext executionContext);
static member Restore : System.Threading.ExecutionContext -> unit
Public Shared Sub Restore (executionContext As ExecutionContext)
參數
- executionContext
- ExecutionContext
要設定的 ExecutionContext。
例外狀況
executionContext
為 null
。
備註
還原為目前的執行內容;在呼叫 Restore 之前擷取它,然後再次呼叫 Restore。