This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Disconnects this instance.

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

Syntax

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

Parameters

appShutDown
Boolean
if set to true the application should shut down.

See Also

Advanced