1

我在 WPF 中有每分钟检查新数据的应用程序。

我们正在从网站维护此间隔,以便用户可以从网站更改间隔时间。

当从网站更改时,我想更改在客户端 PC 上运行的应用程序的间隔时间。

我怎样才能做到这一点?

4

1 回答 1

1

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.

于 2013-11-15T07:17:10.457 回答