문제

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