This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Shuts the host down.

Namespace: Smartsite.Web.AspNet
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public void ShutDown(
	bool appShutDown
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub ShutDown ( _
	appShutDown As  _
)

Parameters

appShutDown
Boolean
if set to true [app shut down].

See Also

Advanced