AsyncResult TResult  EndInvoke Method SSH .NET Client Library Documentation
Waits until the asynchronous operation completes, and then returns the value generated by the asynchronous operation.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public TResult EndInvoke()

Return Value

Invocation result
See Also