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
。
注解
还原到当前执行上下文;在调用还原之前捕获它,然后再次调用还原。