Determines the status of the channel.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public MustOverride Function Poll ( _ microSeconds As Integer _ ) As PollResult |
C# |
---|
public abstract PollResult Poll( int microSeconds ) |
Parameters
- microSeconds
- Type: System..::..Int32
Time to wait for a response, in microseconds.