Gets or sets a time-out in milliseconds when writing to or reading from a stream.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public int ReadWriteTimeout { get; set; }
Visual Basic (Declaration)
Public Property ReadWriteTimeout As Integer
J#
/** @property */
public int get_ReadWriteTimeout()
/** @property */
public  void set_ReadWriteTimeout(int value)
JScript
public function get ReadWriteTimeout () : int
public function set ReadWriteTimeout (value : int)

Field Value

The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes).

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException The value specified for a set operation is less than or equal to zero and is not equal to System.Threading.Timeout.Infinite

See Also