Skip to content

SSH.Channel.WaitClose

Andrew Lambert edited this page Mar 8, 2021 · 9 revisions

SSH.Channel.WaitClose

Method Signature

 Sub WaitClose()

Remarks

Enter a temporary blocking state until the remote host closes the channel, or until an error occurs. Typically called after calling Close() in order to examine the exit status.

See also

Clone this wiki locally