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


In This Topic
StopTrace Method
In This Topic
Stops capturing incoming host data to a file and closes the trace file.
Syntax
'Declaration
 
Function StopTrace() As ReturnCode
 
'Usage
 
Dim instance As ITerminal
Dim value As ReturnCode
 
value = instance.StopTrace()

Return Value

ReturnCode value indicates success or error conditions.
See Also