ReadTotalTimeoutMultiplier Property
The multiplier used to calculate the total time-out period for read operations, in milliseconds. For each read operation, this value is multiplied by the requested number of bytes to be read.
Access
Read/Write
Syntax
| Visual Basic | 
   ReadTotalTimeoutMultiplier As Long  | 
 
|---|---|
| Visual C++ (MFC) | 
   long get_ReadTotalTimeoutMultiplier(); void put_ReadTotalTimeoutMultiplier(long value);  | 
 
| Visual C++ (#import) | 
   LONG ReadTotalTimeoutMultiplier;  | 
 
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. Use GetLastError method to get the error code.