EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.ExitStatus

TElSimpleSSHClient     See also    


 

This property returns the exit code which was returned by the closing command.

 
 

Declaration

[C#]
    int ExitStatus;

[VB.NET]
    Property ExitStatus As Integer

[Pascal]
    property ExitStatus : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Check this property if OnCloseConnection event was fired. It returns the error code which was returned by remote closing command.

 
 

See also:     ExitMessage    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation