ReadTotalTimeoutConstant Property

A constant used to calculate the total time-out period for read operations, in milliseconds. For each read operation, this value is added to the product of the ReadTotalTimeoutMultiplier and the requested number of bytes.

Access

Read/Write

Syntax

Visual Basic .NET
ReadTotalTimeoutConstant As UInt32
Visual C#
UInt32 ReadTotalTimeoutConstant;

Remarks

A value of zero for both the ReadTotalTimeoutMultiplier and ReadTotalTimeoutConstant indicates that total time-outs are not used for read operations.

Errors

The property may throw exception. Refer to Handle errors sample for details.

See Also

ReadTotalTimeoutMultiplier