Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.CommandTimeout

TElSSHBaseClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies timeout for execution of SSH commands.

Declaration

[C#]
    int CommandTimeout;

[VB.NET]
    Property CommandTimeout As Integer

[Pascal]
    property CommandTimeout : Integer;

[C++]
    int32_t get_CommandTimeout();
    void set_CommandTimeout(int32_t Value);

[PHP]
    integer get_CommandTimeout()
    void set_CommandTimeout(integer $Value)

[Java]
    int getCommandTimeout();
    void setCommandTimeout(int Value);

Description

Use this property to specify the timeout (in milliseconds) for execution of SSH commands on the server. The default value is 60000 (60 seconds).

Discuss this help topic in SecureBlackbox Forum