ConsoleProgressBarReport Method
Reports a progress update.
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Report(
double value
)
public:
virtual void Report(
double value
) sealed
abstract Report :
value : float -> unit
override Report :
value : float -> unit
No code example is currently available or this language may not be supported.
- value Double
-
The value of the updated progress.
IProgressTReport(T)