ShellStream EndExpect Method SSH .NET Client Library Documentation
Ends the execute.

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

public void EndExpect(
	IAsyncResult asyncResult
)
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionEither the IAsyncResult object did not come from the corresponding async method on this type, or EndExecute was called multiple times with the same IAsyncResult.
See Also