Admin Production rocket
Current Publication

StopTerminalInstance Method

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
StopTerminalInstance Method
In This Topic
For internal use. Used when a Terminal User Control is being shut down.
Syntax

                     
                     
'Declaration
 

                     
                     
Function StopTerminalInstance() As ReturnCode

                  

                     
                     
'Usage
 

                     
                     
Dim instance As ITerminal
Dim value As ReturnCode
 
value = instance.StopTerminalInstance()

                  

                     
                     
ReturnCode StopTerminalInstance()

                  

Return Value

ReturnCode indicating success or failure.
See Also