MemoryMappedViewStream: ReadTimeout (get)

ReadTimeout

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



 Public Property Get ReadTimeout ( ) As Long

Return Values

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