ExecutionContext.Restore(ExecutionContext) 方法

定义

将捕获的执行上下文还原到当前线程。

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

注解

还原到当前执行上下文;在调用还原之前捕获它,然后再次调用还原。

适用于