In Winforms, we have a BackgroundWorker component under 'Components' tab in toolbox. Is there something equivalent to this in WPF application?

有帮助吗?

解决方案

Highly recommend learning about MVVM, and using System.ComponentModel.BackgroundWorker from the view model.

Or even better, use a Task from TAP.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top