Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Warning
This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at http://casablanca.codeplex.com/documentation.
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 |
---|---|
progress_reporter::progress_reporter Constructor (C++ REST SDK) |
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.
Requirements
Header: pplxtasks.h
Namespace: pplx