Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / StopTerminalInstance Method


In This Topic
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()

Return Value

ReturnCode indicating success or failure.
See Also