Share via


Dispatcher.ShutdownStarted Event

Occurs when a Dispatcher object (a dispatcher) begins the shutdown process.

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

Syntax

public event EventHandler ShutdownStarted

Remarks

When a program starts shutting down a Dispatcher object, the ShutdownStarted event is raised and the HasShutdownStarted property is set to true. The dispatcher does not shut down completely until its event queue unwinds. When the dispatcher finishes shutting down, it raises the ShutdownFinished event and sets the HasShutdownFinished property to true.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Dispatcher Class
Dispatcher Members
Microsoft.SPOT Namespace