progress_reporter::report Method

Sends a progress report to the asynchronous action or operation to which this progress reporter is bound.

void report(
   const _ProgressType& _Val
) const;

Parameters

  • _Val
    The payload to report through a progress notification.

Requirements

Header: ppltasks.h

Namespace: concurrency

See Also

Reference

progress_reporter Class