WriteTotalTimeoutMultiplier Property
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.
Access
Read/Write
Syntax
Visual Basic |
WriteTotalTimeoutMultiplier As Long |
---|---|
Visual C++ (MFC) |
long get_WriteTotalTimeoutMultiplier(); void put_WriteTotalTimeoutMultiplier(long value); |
Visual C++ (#import) |
LONG WriteTotalTimeoutMultiplier; |
Remarks
A value of zero for both the WriteTotalTimeoutMultiplier and WriteTotalTimeoutConstant indicates that total time-outs are not used for write operations.
Errors
The property may throw exception. Use GetLastError method to get the error code.