次の方法で共有


progress_reporter クラス

progress reporter クラスは、特定の型の進行状況の通知をレポートできます。 各 progress_reporter オブジェクトが、特定の非同期アクションまたは操作にバインドされます。

template<
   typename _ProgressType
>
class progress_reporter;

パラメーター

  • _ProgressType
    progress_reporter クラスによって報告される進行状況の各通知のペイロードの種類。

メンバー

パブリック コンストラクター

名前

説明

progress_reporter::progress_reporter コンストラクター

パブリック メソッド

名前

説明

progress_reporter::report メソッド

progress reporter クラスのバインド先となる非同期アクションまたは非同期操作に、進行状況レポートを送信します。

解説

このクラスは、Windows ストア アプリでのみ使用できます。

継承階層

progress_reporter

必要条件

ヘッダー: ppltasks.h

名前空間: concurrency

参照

関連項目

concurrency 名前空間

create_async 関数