task_continuation_context 类

task_continuation_context 类允许你指定要在何处执行继续。 它仅在从 Windows 应用商店应用程序使用此类时才有用。 对于非 Windows 应用商店应用程序,任务延续执行上下文通过运行时确定,并且不可配置。

class task_continuation_context : public details::_ContextCallback;

成员

公共方法

名称

描述

task_continuation_context::use_arbitrary 方法

创建任务延续上下文,以便运行时选择延续的执行上下文。

task_continuation_context::use_current 方法

返回表示当前执行上下文的任务延续上下文对象。

task_continuation_context::use_default 方法

创建默认任务延续上下文。

继承层次结构

_ContextCallback

task_continuation_context

要求

**标头:**ppltasks.h

**命名空间:**并发

请参见

参考

concurrency 命名空间

task 类