MemoryMappedViewStream: ReadTimeout (let)

ReadTimeout

Sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.



 Public Property Let ReadTimeout(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. A value, in miliseconds, that determines how long the stream will attempt to read before timing out.

Read/Write.

Exceptions

Exception Condition
InvalidOperationExceptionThe ReadTimeout method always throws an InvalidOperationException.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview