WinForm BackgroundWorker完美示例
本示例完美演示了如何使用BackgroundWorker进行耗时的操作(如下载和数据库事务)。示例中,指定圆周率pi的结果位数,即可计算对应的pi的值,并实时输出当前计算的结果。由于采用多线程,用户体验非常好。
文件列表
BackgroundWorker完美示例.zip
(预估有个22文件)
AsyncCalcPiWithBackgroundWorkerWithCancelationSample
bin
Debug
AsyncCalcPiWithBackgroundWorkerSample.exe
24KB
AsyncCalcPiWithBackgroundWorkerSample.vshost.exe
6KB
AsyncCalcPiWithBackgroundWorkerSample.pdb
32KB
AsyncCalcPiForm.resx
6KB
Program.cs
456B
AsyncCalcPiWithBackgroundWorkerSample.sln
962B
AsyncCalcPiWithBackgroundWorkerSample.csproj
3KB
暂无评论