Reads the line from the shell. If line is not available it will block the execution and will wait for new line.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- timeout
- Type:
System TimeSpan
Time to wait for input.
Return Value
The line read from the shell, if the specified time elapsed returns null.See Also