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.