Processes response from the server. If no data is available to be received, waits until the specified interval expires.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function Process ( _
	timeout As Integer _
) As TerminalState
C#
public TerminalState Process(
	int timeout
)

Parameters

timeout
Type: System..::..Int32
A maximum amount of time (in milliseconds) to wait if no data is currently available.

Return Value

Current state of the terminal.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also