winRT中有什么计时器类似于system.threading.timer和... change()方法

时间:2013-12-10 10:24:02

标签: windows-8 windows-phone-8 windows-runtime

我需要在system.threading.timer提供的winRT中使用相同的功能。我在Windows.System.Threading中找到了ThreadPoolTimer.CreatePeriodicTimer(TimerElapsedHandler,TimeSpan,TimerDestroyedHandler)方法;但无法执行以下功能。

实际上,我必须在winRT中编写以下代码,因为我无法执行;

system.threading.timer timer;
timer = new Timer(CleanupThreadCallback, null, cleanupFrequenceMS, cleanupFrequenceMS)
and
timer.change(_cleanupFrequency, _cleanupFrequency);

0 个答案:

没有答案