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 .NET Micro Framework version 2.0, 2.5
See Also
Reference
Application Class
Application Members
Microsoft.SPOT Namespace