Share via


Dispatcher.Run Method

Initiates the event queue of a Dispatcher object (dispatcher).

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public static void Run ()

Remarks

A dispatcher processes its event queue in a loop, which is referred to as a frame. The Run method pushes the main execution frame onto the queue. The main execution frame continues until the program shuts down the dispatcher.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Dispatcher Class
Dispatcher Members
Microsoft.SPOT Namespace