TimingServices.Completion Class

Provides API elements that help you manage time-critical asynchronous tasks. This is an abstract class.

Namespace: Microsoft.SPOT.Emulator.Time
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)

Syntax

 public abstract class TimingServices.Completion : Continuation

Remarks

A time-critical 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 the 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.Completion Members
Microsoft.SPOT.Emulator.Time Namespace