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