Run Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initiates the event queue of a dispatcher.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Shared Sub Run
public static void Run()
public:
static void Run()
static member Run : unit -> unit 
public static function 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.

.NET Framework Security

See Also

Reference

Dispatcher Class

Microsoft.SPOT Namespace