AnalysisApplication Exit Method TIBCO Spotfire 6.0 API Reference
Instructs this analysis application instance to exit.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public abstract void Exit()
Exceptions

ExceptionCondition
System NotSupportedException This method is called in the Spotfire Web Player.
Remarks

This method is not supported in the Spotfire Web Player. Calling it there will cause a NotSupportedException to be thrown.
See Also