progress_reporter 类

进度申报人类允许报告特定类型的进度通知。每 progress_reporter 对象绑定到特定异步操作。

template<
   typename _ProgressType
>
class progress_reporter;

参数

  • _ProgressType
    通过进度申报人报告的每条进度通知的负载的类型。

成员

Hh750096.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

progress_reporter::progress_reporter 构造函数

Hh750096.collapse_all(zh-cn,VS.110).gif公共方法

名称

说明

progress_reporter::report 方法

发送一个进度 " 报表到此进度申报人绑定的异步操作。

备注

此类型为地铁样式 apps 才可用。

继承层次结构

progress_reporter

要求

标题: ppltasks.h

命名空间: 并发

请参见

参考

concurrency 命名空间

create_async 函数