iprogress Questions
3
Solved
When using IProgress<T> to report progress, should it be
the responsibility of the code reporting progress to limit its progress reports to a frequency that is "reasonable", -or-
t...
Welker asked 29/10, 2013 at 14:35
2
Solved
I have a C# WPF program that opens a file, reads it line by line, manipulates each line then writes the line out to another file. That part worked fine. I wanted to add some progress reporting so I...
Cavort asked 30/9, 2017 at 1:3
2
I am getting unexpected behavior that I would like to shed some light on. I've created a simple example to demonstrate the problem. I call an async function using Task.Run, which will continuously ...
Garica asked 16/1, 2020 at 20:59
2
Solved
I have noticed a following behaviour. Console output messages appear in an incorrect folder when they are populated by IProgress.
var recounter = new IdRecounter(filePath, new Progress<string&g...
Sampan asked 13/11, 2015 at 18:0
1
© 2022 - 2025 — McMap. All rights reserved.