'Declaration Protected Overloads Function WaitForRemoteWindowAdjust( _ ByVal timeout As Integer, _ ByVal throwException As Boolean _ ) As Boolean
'Usage Dim instance As SSHConnectionProtocolChannel Dim timeout As Integer Dim throwException As Boolean Dim value As Boolean value = instance.WaitForRemoteWindowAdjust(timeout, throwException)
protected bool WaitForRemoteWindowAdjust( int timeout, bool throwException )
Parameters
- timeout
- throwException