Gets/Sets the TelnetSession timeout in milliseconds for all
running tasks to complete. Default timeout is 120000ms (120 seconds).
Namespace: Jscape.TelnetAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
Remarks
The TelnetSession timeout value is used to determine when
tasks should abort if not completed within the specified timeout. The value
is applied globally to each task.
Timeout for more information about setting the
timeout property for a specific task.
Examples
This example sets the TelnetSession timeout value to 6 seconds for
all tasks assigned to this session.
CopySessionTimeout
CopySessionTimeout

// Set default session timeout to 6 seconds session.SessionTimeout = 6000;

' Set default session timeout to 6 seconds session.SessionTimeout = 6000