WriteTotalTimeoutConstant Property
A constant used to calculate the total time-out period for write operations, in milliseconds. For each write operation, this value is added to the product of the WriteTotalTimeoutMultiplier and the requested number of bytes.
Access
Read/Write
Syntax
Visual Basic |
WriteTotalTimeoutConstant As Long |
---|---|
Visual C++ (MFC) |
long get_WriteTotalTimeoutConstant(); void put_WriteTotalTimeoutConstant(long value); |
Visual C++ (#import) |
LONG WriteTotalTimeoutConstant; |
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.