FileStream: ReadTimeout (let)

ReadTimeout

Sets the read timeout duration.



 Public Property Let ReadTimeout(
	  ByVal RHS As Long )

Parameters

RHS
[ByVal] Long. The timeout duration in milliseconds.

Remarks

This is not supported in FileStream. An exception will be thrown.

Read/Write.

See Also

Project VBCorLib Overview Class FileStream Overview FileStream Properties FileStream Methods ReadTimeout (get) SeekPosition