Quantcast
Channel: sshnet Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1729

New Post: Not able to redirect output to string

$
0
0
The reason why you are not getting the result when you run it out of debug is because the command has not had chance to complete. When you run it in debug you pause the execution so the command on the server completes and you get the result back. The command is ran async which means when its executed the code will go to the next line immediately and not wait for the result.

Viewing all articles
Browse latest Browse all 1729

Trending Articles