Skip to content

SSH.Channel.PollWriteable

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

SSH.Channel.PollWriteable

Method Signature

 Function PollWriteable(Timeout As Integer = 1000) As Boolean

Parameters

Name Type Comment
Timeout Integer Optional. The length of time to wait for activity, in milliseconds.

Return value

Returns True if data can be written to the stream without blocking.

Remarks

Polls the channel for writeability.

See also

Clone this wiki locally