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 .NET
WriteTotalTimeoutMultiplier As UInt32
Visual C#
UInt32 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. Refer to Handle errors sample for details.

See Also

WriteTotalTimeoutConstant