mscorlib(4.0.0.0) API with additions
System.IProgress< in in T > Interface Template Reference

Defines a provider for progress updates. More...

Inheritance diagram for System.IProgress< in in T >:
[legend]

Public Member Functions

void Report (T value)
 Reports a progress update. More...
 

Detailed Description

Defines a provider for progress updates.

Template Parameters
TThe type of progress update value.

Definition at line 6 of file IProgress.cs.

Member Function Documentation

◆ Report()

void System.IProgress< in in T >.Report ( T  value)

Reports a progress update.

Parameters
valueThe value of the updated progress.

The documentation for this interface was generated from the following file: