mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 13:39:09 +00:00
Fix path to source file.
This commit is contained in:
@@ -261,7 +261,7 @@ namespace Renci.SshNet
|
||||
/// <remarks>This method internally uses asynchronous calls.</remarks>
|
||||
/// <example>
|
||||
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Result" language="C#" title="Running simple command" />
|
||||
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest..cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
|
||||
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
|
||||
/// </example>
|
||||
/// <exception cref="ArgumentException">CommandText property is empty.</exception>
|
||||
/// <exception cref="T:Renci.SshNet.Common.SshException">Invalid Operation - An existing channel was used to execute this command.</exception>
|
||||
|
||||
Reference in New Issue
Block a user