Вопрос

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