Called when the system is exiting.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
void Shutdown()
Visual Basic (Declaration)
Sub Shutdown
Visual C++
void Shutdown()

Remarks

This is the counterpart of Startup(). Use this function to perform final cleanup and evaluation.

See Also