DispatcherTimer Class
A timer that is integrated into a dispatcher queue.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public class DispatcherTimer
Remarks
When your program inserts a DispatcherTimer object (timer) into the queue of a Dispatcher object (dispatcher), the dispatcher processes the timer at a specified time interval. If the dispatcher is processing a large number of messages, the timer might not be evaluated at the expected time.
Version Information
Available in .NET Micro Framework version 2.0, 2.5