Domanda

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

È stato utile?

Soluzione

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

Or even better, use a Task from TAP.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top