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.
Read/Write
| Delphi |
object.WriteTotalTimeoutConstant: Cardinal; |
|---|---|
| BCBuilder |
property Cardinal WriteTotalTimeoutConstant;
|
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. Refer to Handle errors sample for details.