Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 WPF 并想在 WPF 中使用线程。
在 WPF 中使用线程有哪些不同的方法?
有没有关于 WPF 线程的教程?
谢谢。JS
在 WinForms 和 WPF UI 上运行 UI Thread。如果您要使用另一个线程(BackgroundWorker或Task),则需要通过Dispatcher. 这是一篇文章,它将让您对 WPF 中的线程和Dispatcher对象使用 Dispatcher 构建更具响应性的应用程序有一些想法
Thread
BackgroundWorker
Task
Dispatcher