InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / KermitStopServerOption Enumeration


In This Topic
    KermitStopServerOption Enumeration
    In This Topic
    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
    public enum KermitStopServerOption : System.Enum 
    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