TimingServices.Timer Class
Provides API elements that help you manage time-critical asynchronous tasks that run a callback method.
Namespace: Microsoft.SPOT.Emulator.Time
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)
Syntax
public class TimingServices.Timer : Completion, IDisposable
Remarks
A time-critical asynchronous task, also called a completion, is performed within a specified period of time. The system keeps a list of completions, called a completion queue or completion list, that is managed by a TimingServices object. When a completion's specified time expires, the CPU removes the task from the completion queue and executes it.
Version Information
Available in .NET Micro Framework version 2.0
See Also
Reference
TimingServices.Timer Members
Microsoft.SPOT.Emulator.Time Namespace