ShellChannel.Poll Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
Poll(Int32)
Determines the status of the channel.
Declaration
public abstract PollResult Poll(int microSeconds)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | microSeconds | Time to wait for a response, in microseconds. |
Returns
| Type | Description |
|---|---|
| PollResult | Current status of the channel. |