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.

Return Value

Current status of the channel.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also