Microsoft.SPOT.Emulator.Time Namespace

The Microsoft.SPOT.Emulator.Time namespace in the Microsoft® .NET Micro Framework provides API elements you can use to emulate timing services.

Classes

Name Description
Public Class TimingServices Provides API elements that enable an emulator program to initialize and control the system clock and get information about it.
Public Class TimingServices.Completion Provides API elements that help you manage time-critical asynchronous tasks. This is an abstract class.
Public Class TimingServices.Continuation Provides API elements that help you manage non-time-critical asynchronous tasks. This is an abstract class.
Public Class TimingServices.Timer Provides API elements that help you manage time-critical asynchronous tasks that run a callback method.

Delegates

Name Description
Public Delegate TimingServices.OnExecutionPaused Represents the method that handles the ExecutionPaused event of a TimingServices object.
Public Delegate TimingServices.OnExecutionResumed Represents the method that handles the ExecutionResumed event of a TimingServices object.