Skip to content

SSH.Channel.DataAvailable

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

SSH.Channel.DataAvailable

Event signature

 Event Sub DataAvailable(ExtendedStream As Boolean)

Parameters

Name Type Comment
ExtendedStream Boolean If False then the data is coming from stdout. If True then the data is coming from stderr.

Remarks

This event is raised by Channel.PollReadable if data can be read from the stream without blocking.

See also

Clone this wiki locally