mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Change modifier order.
This commit is contained in:
@@ -189,7 +189,7 @@ namespace Renci.SshNet.Common
|
||||
/// Waits until the asynchronous operation completes, and then returns the value generated by the asynchronous operation.
|
||||
/// </summary>
|
||||
/// <returns>Invocation result</returns>
|
||||
new public TResult EndInvoke()
|
||||
public new TResult EndInvoke()
|
||||
{
|
||||
base.EndInvoke(); // Wait until operation has completed
|
||||
return _result; // Return the result (if above didn't throw)
|
||||
|
||||
Reference in New Issue
Block a user