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#
public virtual void Shutdown()
Visual Basic (Declaration)
Public Overridable Sub Shutdown
Visual C++
public:
virtual void Shutdown()

Implements

ISystem..::.Shutdown()()()

Remarks

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

See Also