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.
Read/Write
| Visual Basic |
ReadTotalTimeoutConstant As Long
|
|---|---|
| Visual C++ (MFC) |
long get_ReadTotalTimeoutConstant();
void put_ReadTotalTimeoutConstant(long value);
|
| Visual C++ (#import) |
LONG ReadTotalTimeoutConstant;
|
A value of zero for both the ReadTotalTimeoutMultiplier and ReadTotalTimeoutConstant indicates that total time-outs are not used for read operations.
The property may throw exception. Use GetLastError method to get the error code.