Vra

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

Was dit nuttig?

Oplossing

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

Or even better, use a Task from TAP.

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top