Application.Shutdown Method
Causes an application to exit.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public void Shutdown ()
Remarks
When the Shutdown method is called, it triggers an Exit event. Your event handler can process the Exit event to detect when an application is about to stop running. At that time, the event handler performs any necessary processing.
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
Application Class
Application Members
Microsoft.SPOT Namespace