在 C#.Net 中自动调用函数

发布于 2024-09-04 05:45:40 字数 115 浏览 6 评论 0原文

我想自动调用一个函数,比如每 2 秒调用一次。

这对于 .NET 来说是可能的吗?如果可以的话,您可以粘贴一些代码吗? 这将在 Windows Mobile 6 SDK 中使用,

谢谢

I would like to call a function automatically lets say every 2 secs.

Is this possible with .NET, and if so can you please paste some code?
This will be used in Windows Mobile 6 SDK

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

往日情怀 2024-09-11 05:45:40

看一下计时器类

提供一种按指定时间间隔执行方法的机制。

平台:[...]、.NET Compact Framework

您可以在链接的 MSDN 文档中找到示例。

Have a look at the Timer Class:

Provides a mechanism for executing a method at specified intervals.

Platforms: [...], .NET Compact Framework

You can find an example in the linked MSDN documentation.

森林很绿却致人迷途 2024-09-11 05:45:40

您需要使用 Timer 类

The Timer Class is what you need to use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文