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
| Visual Basic .NET |
WriteTotalTimeoutConstant As UInt32
|
|---|---|
| Visual C# |
UInt32 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.