Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / KermitStopServerOption Enumeration


KermitStopServerOption Enumeration
Options for whether the KermitStopServer method logs off from the remote computer, when it quits the server Kermit program
Syntax
'Declaration
 
Public Enum KermitStopServerOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As KermitStopServerOption
Members
MemberDescription
LogoffKermitStopServer does log off the remote computer.
NoLogoffKermitStopServer does not log off the remote computer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.KermitStopServerOption

See Also