Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The progress reporter class allows reporting progress notifications of a specific type. Each progress_reporter object is bound to a particular asynchronous action or operation.
template<
typename _ProgressType
>
class progress_reporter;
Parameters
- _ProgressType
The payload type of each progress notification reported through the progress reporter.
Members
Public Constructors
Name |
Description |
|---|---|
Public Methods
Name |
Description |
|---|---|
Sends a progress report to the asynchronous action or operation to which this progress reporter is bound. |
Remarks
This type is only available to Windows Store apps.
Inheritance Hierarchy
progress_reporter
Requirements
Header: ppltasks.h
Namespace: concurrency