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 中有每分钟检查新数据的应用程序。
我们正在从网站维护此间隔,以便用户可以从网站更改间隔时间。
当从网站更改时,我想更改在客户端 PC 上运行的应用程序的间隔时间。
我怎样才能做到这一点?
You are looking for sockets.
From MSDN:
The Socket class provides a rich set of methods and properties for network communications.
You can see some examples here.