Gets or sets the length of time in milliseconds before an operation times out (specify -1 or 0 to indicate that the request does not time out).

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

Syntax

Visual Basic
Public Property Timeout As Integer
	Get
	Set
C#
public int Timeout { get; set; }

Field Value

The length of time, in milliseconds, until an operation times out, or the value -1 or 0 to indicate that the request does not time out. Default is 60000 (60 seconds).

Remarks

The internal timeout counter is reset every time data is sent or received from to server.

Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also