The multiplier used to calculate the total time-out period for write operations, in milliseconds. For each write operation, this value is multiplied by the number of bytes to be written.
Read/Write
| Visual Basic |
WriteTotalTimeoutMultiplier As Long
|
|---|---|
| Visual C++ (MFC) |
long get_WriteTotalTimeoutMultiplier();
void put_WriteTotalTimeoutMultiplier(long value);
|
| Visual C++ (#import) |
LONG WriteTotalTimeoutMultiplier;
|
A value of zero for both the WriteTotalTimeoutMultiplier and WriteTotalTimeoutConstant indicates that total time-outs are not used for write operations.
The property may throw exception. Use GetLastError method to get the error code.