Share via


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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

DispatcherTimer Members
Microsoft.SPOT Namespace