Maybe I'm over-looking this, but does anyone know where to find some good examples using IProgress<T> to report updates while using async?
TIA
The easiest example is Progress<T> itself.
There are a few others in this forum, and I have a few in my AsyncEx library. But they haven't been thoroughly tested or used in production AFAIK.
Note that Report should return immediately; the actual progress reporting should be done asynchronously. This is not (currently) documented.
-Steve
Programming blog: http://nitoprograms.blogspot.com/ Including my TCP/IP .NET Sockets FAQ and How to Implement IDisposable and Finalizers: 3 Easy Rules Microsoft Certified Professional Developer How to get to Heaven according to the Bible
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.
Would you like to participate?